X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Finclude%2Fexportfs.h;h=458611b8f5ac3d3b0056c056b08079bd0040b965;hb=7d668dbaa15287ea5aafb79059fd407178759e78;hp=10f38c797d8fe2e2152c77b4a6e586ece12ac2fe;hpb=5bf7310498337de9c05f7b6780b29a3ef5cf6bac;p=nfs-utils.git diff --git a/support/include/exportfs.h b/support/include/exportfs.h index 10f38c7..458611b 100644 --- a/support/include/exportfs.h +++ b/support/include/exportfs.h @@ -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];