mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 18:25:14 +00:00
9 lines
186 B
C
9 lines
186 B
C
#ifndef __CR_IPC_NS_H__
|
|
#define __CR_IPC_NS_H__
|
|
|
|
extern int dump_ipc_ns(int ns_id);
|
|
extern int prepare_ipc_ns(int pid);
|
|
|
|
extern struct ns_desc ipc_ns_desc;
|
|
|
|
#endif /* __CR_IPC_NS_H__ */
|