2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

show: inet sockets dump parsing support added

Nothing to comment there.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Acked-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
Stanislav Kinsbursky
2012-01-17 16:28:35 +03:00
committed by Cyrill Gorcunov
parent f3253a40d2
commit 7fc6561c0c
3 changed files with 37 additions and 1 deletions

View File

@@ -11,5 +11,6 @@ extern int try_dump_socket(pid_t pid, int fd, struct cr_fdset *cr_fdset);
extern int collect_sockets(void);
extern int prepare_sockets(int pid);
extern void show_unixsk(int fd);
extern void show_inetsk(int fd);
#endif /* CR_SOCKETS_H__ */