2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 22:35:33 +00:00

show: UNIX sockets queue support

Based on xemul@ patches.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@openvz.org>
Acked-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
Kinsbursky Stanislav
2012-02-29 16:07:11 +03:00
committed by Cyrill Gorcunov
parent 131f5a1d49
commit e518c44c7c
3 changed files with 61 additions and 23 deletions

View File

@@ -29,5 +29,6 @@ extern int collect_sockets(void);
extern int prepare_sockets(int pid);
extern void show_unixsk(int fd);
extern void show_inetsk(int fd);
extern int show_sk_queues(int fd);
#endif /* CR_SOCKETS_H__ */