[CRIU] Re: [PATCH] show: add IPC variables to "show all" command
Pavel Emelyanov
xemul at parallels.com
Thu Feb 9 03:31:21 EST 2012
On 02/08/2012 04:50 PM, Kinsbursky Stanislav wrote:
>
>
> Signed-off-by: Stanislav Kinsbursky <skinsbursky at parallels.com>
Acked-by: Pavel Emelyanov <xemul at parallels.com>
> ---
> namespaces.c | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/namespaces.c b/namespaces.c
> index 89e594d..ad058e6 100644
> --- a/namespaces.c
> +++ b/namespaces.c
> @@ -125,6 +125,9 @@ int try_show_namespaces(int ns_pid)
> if (fdset->fds[CR_FD_UTSNS] != -1)
> show_utsns(fdset->fds[CR_FD_UTSNS]);
>
> + if (fdset->fds[CR_FD_IPCNS_VAR] != -1)
> + show_ipc_var(fdset->fds[CR_FD_IPCNS_VAR]);
> +
> close_cr_fdset(&fdset);
> return 0;
> }
>
More information about the CRIU
mailing list