[CRIU] [PATCH 2/4] Minor change in protobuf/cgroup.proto numbering

gbellack at google.com gbellack at google.com
Thu Aug 7 15:26:12 PDT 2014


From: gbellack <gbellack at google.com>

Change-Id: Idaf8689188041c848126beb9c401bd90d0e2be69
Signed-off-by: Garrison Bellack <gbellack at google.com>
---
 protobuf/cgroup.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protobuf/cgroup.proto b/protobuf/cgroup.proto
index 6ec003c..72b5227 100644
--- a/protobuf/cgroup.proto
+++ b/protobuf/cgroup.proto
@@ -1,6 +1,6 @@
 message cgroup_dir_entry {
 	required string 		path		= 1;
-	repeated cgroup_dir_entry	children 	= 4;
+	repeated cgroup_dir_entry	children 	= 2;
 }
 
 message cg_controller_entry {
-- 
2.0.0.526.g5318336



More information about the CRIU mailing list