mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-02 15:25:21 +00:00
net: Basic netns dump/restore skeleton
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -53,6 +53,10 @@ struct file_handle;
|
||||
#define CLONE_NEWIPC 0x08000000
|
||||
#endif
|
||||
|
||||
#ifndef CLONE_NEWNET
|
||||
#define CLONE_NEWNET 0x40000000
|
||||
#endif
|
||||
|
||||
#define setns sys_setns
|
||||
|
||||
#endif /* SYSCALL_TYPES_H__ */
|
||||
|
Reference in New Issue
Block a user