mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-20 16:51:37 +00:00
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com> Acked-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
11 lines
256 B
C
11 lines
256 B
C
#ifndef CR_IPC_NS_H_
|
|
#define CR_IPC_NS_H_
|
|
|
|
#include "crtools.h"
|
|
|
|
extern void show_ipc_var(int fd);
|
|
extern void show_ipc_shm(int fd);
|
|
extern int dump_ipc_ns(int ns_pid, struct cr_fdset *fdset);
|
|
extern int prepare_ipc_ns(int pid);
|
|
|
|
#endif /* CR_IPC_NS_H_ */
|