X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fexportfs.h;h=458611b8f5ac3d3b0056c056b08079bd0040b965;hp=10f38c797d8fe2e2152c77b4a6e586ece12ac2fe;hb=5fb04a376e6d5ba940e66507e4a615f4e94116e6;hpb=66d8e2870b8d3e91c27a66ebc85e012a3cda9c69 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];