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

IPC: show shared memory 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:
Kinsbursky Stanislav
2012-02-09 12:09:48 +03:00
committed by Cyrill Gorcunov
parent 3d886be2c6
commit 516099d885
4 changed files with 32 additions and 0 deletions

View File

@@ -128,6 +128,9 @@ int try_show_namespaces(int ns_pid)
if (fdset->fds[CR_FD_IPCNS_VAR] != -1)
show_ipc_var(fdset->fds[CR_FD_IPCNS_VAR]);
if (fdset->fds[CR_FD_IPCNS_SHM] != -1)
show_ipc_shm(fdset->fds[CR_FD_IPCNS_SHM]);
close_cr_fdset(&fdset);
return 0;
}