[CRIU] [PATCH 1/2] cg: Remove unused id field from controllers message

Pavel Emelyanov xemul at parallels.com
Thu Jul 10 06:06:41 PDT 2014


Signed-off-by: Pavel Emelyanov <xemul at parallels.com>
---
 protobuf/cgroup.proto | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/protobuf/cgroup.proto b/protobuf/cgroup.proto
index f026683..f7bf01b 100644
--- a/protobuf/cgroup.proto
+++ b/protobuf/cgroup.proto
@@ -4,9 +4,8 @@ message cgroup_dir_entry {
 }
 
 message cg_controller_entry {
-	required uint32			id		= 1;
-	repeated string			controllers	= 2;
-	repeated cgroup_dir_entry	dirs		= 3;
+	repeated string			controllers	= 1;
+	repeated cgroup_dir_entry	dirs		= 2;
 }
 
 message cg_member_entry {
-- 
1.8.4.2




More information about the CRIU mailing list