mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 18:07:57 +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:
parent
65e8eb7a2d
commit
9ef1cb99b6
@ -125,6 +125,9 @@ int try_show_namespaces(int ns_pid)
|
|||||||
if (fdset->fds[CR_FD_UTSNS] != -1)
|
if (fdset->fds[CR_FD_UTSNS] != -1)
|
||||||
show_utsns(fdset->fds[CR_FD_UTSNS]);
|
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);
|
close_cr_fdset(&fdset);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user