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:
committed by
Cyrill Gorcunov
parent
f3253a40d2
commit
7fc6561c0c
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user