2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-01 23:05:39 +00:00

mnt: Preparations for mountpoints dumping

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-05-12 03:30:10 +04:00
parent 3d64f9d140
commit db297a0f97
7 changed files with 33 additions and 0 deletions

View File

@@ -40,6 +40,10 @@ struct file_handle;
#define F_GETFD 1
#endif
#ifndef CLONE_NEWNS
#define CLONE_NEWNS 0x00020000
#endif
#ifndef CLONE_NEWPID
#define CLONE_NEWPID 0x20000000
#endif