mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
IPC: dump shared memory
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
9ef1cb99b6
commit
3d886be2c6
@@ -116,6 +116,12 @@ struct cr_fd_desc_tmpl fdset_template[CR_FD_MAX] = {
|
||||
.fmt = FMT_FNAME_IPCNS_VAR,
|
||||
.magic = IPCNS_VAR_MAGIC,
|
||||
},
|
||||
|
||||
/* IPC namespace shared memory */
|
||||
[CR_FD_IPCNS_SHM] = {
|
||||
.fmt = FMT_FNAME_IPCNS_SHM,
|
||||
.magic = IPCNS_SHM_MAGIC,
|
||||
},
|
||||
};
|
||||
|
||||
static struct cr_fdset *alloc_cr_fdset(void)
|
||||
|
Reference in New Issue
Block a user