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:
Diffstat (limited to 'images')
-rw-r--r--images/mnt.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/images/mnt.proto b/images/mnt.proto
index 3bd332687..63d2b17c1 100644
--- a/images/mnt.proto
+++ b/images/mnt.proto
@@ -21,6 +21,11 @@ enum fstype {
OVERLAYFS = 17;
// AUTOFS = 18; RESERVED in criu-dev branch
TRACEFS = 19;
+
+ /* These three are reserved for NFS support */
+ // RPC_PIPEFS = 20;
+ // NFS = 21;
+ // NFS4 = 22;
};
message mnt_entry {