Commit 9ef1cb99 authored by Kinsbursky Stanislav's avatar Kinsbursky Stanislav Committed by Cyrill Gorcunov

show: add IPC variables to "show all" command

Signed-off-by: 's avatarStanislav Kinsbursky <skinsbursky@parallels.com>
Acked-by: 's avatarPavel Emelyanov <xemul@parallels.com>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent 65e8eb7a
...@@ -125,6 +125,9 @@ int try_show_namespaces(int ns_pid) ...@@ -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;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment