[CRIU] [PATCH 1/8] protobuf: Add thread_sas_entry

Pavel Emelyanov xemul at parallels.com
Tue Jul 2 07:21:16 EDT 2013


On 06/18/2013 10:06 AM, Cyrill Gorcunov wrote:
> 
> Need it to store thread alternated signal stack.
> 
> Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> ---
>  protobuf/core.proto | 7 +++++++
>  1 file changed, 7 insertions(+)
> 


> @@ -48,4 +54,5 @@ message core_entry {
>  	optional task_core_entry	tc		= 3;
>  	optional task_kobj_ids_entry	ids		= 4;
>  	optional thread_core_entry	thread_core	= 5;
> +	optional thread_sas_entry	sas		= 7;
>  }

Shouldn't this one be in thread_core_entry?


More information about the CRIU mailing list