[CRIU] [PATCH 05/12] crtools: add image contants for pending signals

Pavel Emelyanov xemul at parallels.com
Tue Dec 18 14:03:26 EST 2012


On 12/18/2012 10:43 PM, Andrey Wagin wrote:
> 2012/12/18 Pavel Emelyanov <xemul at parallels.com>:
>> On 12/18/2012 10:36 AM, Andrey Vagin wrote:
>>>
>>> Signed-off-by: Andrey Vagin <avagin at openvz.org>
>>> ---
>>>  image.c           | 2 ++
>>>  include/crtools.h | 2 ++
>>>  include/image.h   | 2 ++
>>>  3 files changed, 6 insertions(+)
>>>
>>> diff --git a/image.c b/image.c
>>> index f1f93a0..a06e065 100644
>>> --- a/image.c
>>> +++ b/image.c
>>> @@ -130,6 +130,8 @@ struct cr_fd_desc_tmpl fdset_template[CR_FD_MAX] = {
>>>       FD_ENTRY(TMPFS,         "tmpfs-%d.tar.gz", show_raw_image),
>>>       FD_ENTRY(TTY,           "tty",           show_tty),
>>>       FD_ENTRY(TTY_INFO,      "tty-info",      show_tty_info),
>>> +     FD_ENTRY(SIGNAL,        "signal-%d",     show_siginfo),
>>> +     FD_ENTRY(PSIGNAL,       "psignal-%d",    show_siginfo),
>>
>> What's the difference between these two?
> 
> signal containes shared siginfo-s.
> psignal containes private siginfo-s.

Let's call files siginfo-s and siginfo-p then?


More information about the CRIU mailing list