Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@gmail.com>2019-07-17 23:08:56 +0300
committerAndrei Vagin <avagin@gmail.com>2019-09-07 15:59:55 +0300
commit1e2647f12393547f1d1b9c1e403f8ab75eb46ef5 (patch)
tree52da10fd4e195b9f2657889c4debcd459929cc28 /images
parent104aaf383e884f87174b8cdc068ab1b29c9c1b18 (diff)
images: convert type of child_subreaper from int32 to bool
Signed-off-by: Andrei Vagin <avagin@gmail.com>
Diffstat (limited to 'images')
-rw-r--r--images/core.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/core.proto b/images/core.proto
index 9f3f870c9..c3dba6f6d 100644
--- a/images/core.proto
+++ b/images/core.proto
@@ -52,7 +52,7 @@ message task_core_entry {
//optional int32 tty_nr = 16;
//optional int32 tty_pgrp = 17;
- optional int32 child_subreaper = 18;
+ optional bool child_subreaper = 18;
}
message task_kobj_ids_entry {