X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Finclude%2Fexportfs.h;h=458611b8f5ac3d3b0056c056b08079bd0040b965;hb=a64b65aac7af65f96a24cd89fc07a31dbb5980ab;hp=bf5bb67a9fd02e378c64225511ada24850e47954;hpb=f68785e72129ab643d6c793bd5a11bdf0010eff9;p=nfs-utils.git diff --git a/support/include/exportfs.h b/support/include/exportfs.h index bf5bb67..458611b 100644 --- a/support/include/exportfs.h +++ b/support/include/exportfs.h @@ -19,9 +19,17 @@ enum { MCL_WILDCARD, MCL_NETGROUP, MCL_ANONYMOUS, + MCL_GSS, 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];