mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
socket: remove unused code
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
b652b06124
commit
7e413b0771
2 changed files with 0 additions and 56 deletions
|
|
@ -43,11 +43,6 @@ extern int resolve_unix_peers(void);
|
|||
|
||||
extern struct collect_image_info netlink_sk_cinfo;
|
||||
|
||||
extern char *skfamily2s(u32 f);
|
||||
extern char *sktype2s(u32 t);
|
||||
extern char *skproto2s(u32 p);
|
||||
extern char *skstate2s(u32 state);
|
||||
|
||||
extern struct socket_desc *lookup_socket(int ino, int family, int proto);
|
||||
|
||||
extern const struct fdtype_ops unix_dump_ops;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue