mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
9 lines
229 B
C
9 lines
229 B
C
#ifndef __CR_SK_QUEUE_H__
|
|
#define __CR_SK_QUEUE_H__
|
|
|
|
extern int read_sk_queues(void);
|
|
extern int dump_sk_queue(int sock_fd, int sock_id);
|
|
extern int restore_sk_queue(int fd, unsigned int peer_id);
|
|
|
|
#endif /* __CR_SK_QUEUE_H__ */
|