2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-04 00:05:26 +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:
Mike Rapoport
2016-08-07 09:55:00 +03:00
committed by Pavel Emelyanov
parent fafdfb4754
commit e71b877e79

View File

@@ -12,10 +12,10 @@ int main(int argc, char **argv)
int status; int status;
/* /*
*pidns is used to avoid conflicts * pidns is used to avoid conflicts
* mntns is used to mount /proc * mntns is used to mount /proc
* net is used to avoid conflicts of parasite sockets * net is used to avoid conflicts of parasite sockets
*/ */
if (unshare(CLONE_NEWNS | CLONE_NEWPID | CLONE_NEWNET | CLONE_NEWIPC)) if (unshare(CLONE_NEWNS | CLONE_NEWPID | CLONE_NEWNET | CLONE_NEWIPC))
return 1; return 1;
pid = fork(); pid = fork();