[CRIU] [PATCH 2/3] fsnotify: protobuf, rpc -- Add @force_inotify_path option

Cyrill Gorcunov gorcunov at openvz.org
Fri Oct 30 06:16:28 PDT 2015


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 protobuf/rpc.proto | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/protobuf/rpc.proto b/protobuf/rpc.proto
index 30235a0a0d7f..a46d108187d5 100644
--- a/protobuf/rpc.proto
+++ b/protobuf/rpc.proto
@@ -88,6 +88,8 @@ message criu_opts {
 	optional criu_cg_mode		manage_cgroups_mode = 34;
 	optional uint32			ghost_limit	= 35 [default = 0x100000];
 	repeated string			irmap_scan_paths = 36;
+
+	optional bool			force_inotify_path	= 37;
 }
 
 message criu_dump_resp {
-- 
2.4.3



More information about the CRIU mailing list