[CRIU] Re: [PATCH cr 3/6] crtools: don't use core->ids
Pavel Emelyanov
xemul at parallels.com
Tue Oct 2 11:51:48 EDT 2012
> diff --git a/protobuf/core.proto b/protobuf/core.proto
> index 3e09bdd..8348601 100644
> --- a/protobuf/core.proto
> +++ b/protobuf/core.proto
> @@ -81,6 +81,6 @@ message core_entry {
> optional thread_info_x86 thread_info = 2;
>
> optional task_core_entry tc = 3;
> - optional task_kobj_ids_entry ids = 4;
> + optional task_kobj_ids_entry ids = 4; /* deprecated */
Can we just remove this from .proto file?
> optional thread_core_entry thread_core = 5;
> }
>
More information about the CRIU
mailing list