2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 01:51:51 +00:00

show: add IPC variables to "show all" command

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Acked-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
Kinsbursky Stanislav 2012-02-08 15:50:03 +03:00 committed by Cyrill Gorcunov
parent 65e8eb7a2d
commit 9ef1cb99b6

View File

@ -125,6 +125,9 @@ int try_show_namespaces(int ns_pid)
if (fdset->fds[CR_FD_UTSNS] != -1)
show_utsns(fdset->fds[CR_FD_UTSNS]);
if (fdset->fds[CR_FD_IPCNS_VAR] != -1)
show_ipc_var(fdset->fds[CR_FD_IPCNS_VAR]);
close_cr_fdset(&fdset);
return 0;
}