[CRIU] [PATCH] images: regfile.proto -- Reserve "unreachable" field
Cyrill Gorcunov
gorcunov at openvz.org
Thu Aug 24 18:45:07 MSK 2017
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
images/regfile.proto | 2 ++
1 file changed, 2 insertions(+)
diff --git a/images/regfile.proto b/images/regfile.proto
index bc4c14d4dbc6..f8e55b545119 100644
--- a/images/regfile.proto
+++ b/images/regfile.proto
@@ -13,4 +13,6 @@ message reg_file_entry {
optional uint64 size = 8;
optional bool ext = 9;
optional uint32 mode = 10;
+ // For NFS sake
+ // optional bool unreachable = 11;
}
--
2.7.5
More information about the CRIU
mailing list