[CRIU] [PATCH v3 13/17] protobuf/mnt.proto: NFS type added

Stanislav Kinsburskiy skinsbursky at virtuozzo.com
Thu May 19 03:58:28 PDT 2016


Signed-off-by: Stanislav Kinsburskiy <skinsbursky at virtuozzo.com>
---
 images/mnt.proto |    1 +
 1 file changed, 1 insertion(+)

diff --git a/images/mnt.proto b/images/mnt.proto
index cc6c9e2..8a7adb3 100644
--- a/images/mnt.proto
+++ b/images/mnt.proto
@@ -21,6 +21,7 @@ enum fstype {
 	OVERLAYFS		= 17;
 	AUTOFS			= 18;
 	RPC_PIPEFS		= 19;
+	NFS			= 20;
 };
 
 message mnt_entry {



More information about the CRIU mailing list