[CRIU] [PATCH 2/6] protobuf: siginfo.proto: add signals_entry

Pavel Emelyanov xemul at parallels.com
Tue Aug 5 23:58:42 PDT 2014


On 08/05/2014 12:35 PM, Ruslan Kuprieiev wrote:
> Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
> ---
>  protobuf/siginfo.proto | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/protobuf/siginfo.proto b/protobuf/siginfo.proto
> index c3630f9..35b3752 100644
> --- a/protobuf/siginfo.proto
> +++ b/protobuf/siginfo.proto
> @@ -5,3 +5,8 @@ message siginfo_entry {
>  message signal_queue_entry {
>  	repeated siginfo_entry signals = 1;
>  }
> +
> +message signals_entry {
> +	optional signal_queue_entry shared = 1;
> +	repeated signal_queue_entry private = 2;

Why repeated?

> +}
> 



More information about the CRIU mailing list