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

IPC: show semaphores set

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-14 19:54:13 +03:00
committed by Cyrill Gorcunov
parent 4141296ed7
commit 4101487f87
4 changed files with 35 additions and 0 deletions

View File

@@ -134,6 +134,9 @@ int try_show_namespaces(int ns_pid)
if (fdset->fds[CR_FD_IPCNS_MSG] != -1)
show_ipc_msg(fdset->fds[CR_FD_IPCNS_MSG]);
if (fdset->fds[CR_FD_IPCNS_SEM] != -1)
show_ipc_sem(fdset->fds[CR_FD_IPCNS_SEM]);
close_cr_fdset(&fdset);
return 0;
}