mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
IPC: show message queue dump content
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
fa2ff60680
commit
24c4381644
@@ -131,6 +131,9 @@ int try_show_namespaces(int ns_pid)
|
||||
if (fdset->fds[CR_FD_IPCNS_SHM] != -1)
|
||||
show_ipc_shm(fdset->fds[CR_FD_IPCNS_SHM]);
|
||||
|
||||
if (fdset->fds[CR_FD_IPCNS_MSG] != -1)
|
||||
show_ipc_msg(fdset->fds[CR_FD_IPCNS_MSG]);
|
||||
|
||||
close_cr_fdset(&fdset);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user