]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/exportfs.h
Extend the exportfs interface to pass fslocations info into the kernel.
[nfs-utils.git] / support / include / exportfs.h
index 10f38c797d8fe2e2152c77b4a6e586ece12ac2fe..458611b8f5ac3d3b0056c056b08079bd0040b965 100644 (file)
@@ -23,6 +23,13 @@ enum {
        MCL_MAXTYPES
 };
 
+enum {
+       FSLOC_NONE = 0,
+       FSLOC_REFER,
+       FSLOC_REPLICA,
+       FSLOC_STUB
+};
+
 typedef struct mclient {
        struct mclient *        m_next;
        char                    m_hostname[NFSCLNT_IDMAX+1];