2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-23 10:28:05 +00:00
criu/include/sk-queue.h

15 lines
369 B
C
Raw Normal View History

#ifndef __CR_SK_QUEUE_H__
#define __CR_SK_QUEUE_H__
#include "asm/types.h"
#include "list.h"
#include "crtools.h"
#include "image.h"
extern int read_sk_queues(void);
extern int dump_sk_queue(int sock_fd, int sock_id);
extern void show_sk_queues(int fd, struct cr_options *o);
extern int restore_sk_queue(int fd, unsigned int peer_id);
#endif /* __CR_SK_QUEUE_H__ */