mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
test/zdtm_ct: fix comments spacing
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
fafdfb4754
commit
e71b877e79
@@ -12,10 +12,10 @@ int main(int argc, char **argv)
|
||||
int status;
|
||||
|
||||
/*
|
||||
*pidns is used to avoid conflicts
|
||||
* pidns is used to avoid conflicts
|
||||
* mntns is used to mount /proc
|
||||
* net is used to avoid conflicts of parasite sockets
|
||||
*/
|
||||
*/
|
||||
if (unshare(CLONE_NEWNS | CLONE_NEWPID | CLONE_NEWNET | CLONE_NEWIPC))
|
||||
return 1;
|
||||
pid = fork();
|
||||
|
Reference in New Issue
Block a user