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:
committed by
Cyrill Gorcunov
parent
4141296ed7
commit
4101487f87
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user