X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fnfslib.h;h=73f3c20cd6c9db64096cd9d53192cd799b9755a8;hp=53ece0e31c71995bccec85e5f2f4a99c6dbc989f;hb=fe34ff0312c7c22554087ecd78bbbeadb38ce195;hpb=c117b7a1f29db65d139824ba5bab2a58bf5609e2 diff --git a/support/include/nfslib.h b/support/include/nfslib.h index 53ece0e..73f3c20 100644 --- a/support/include/nfslib.h +++ b/support/include/nfslib.h @@ -25,6 +25,12 @@ #ifndef _PATH_EXPORTS #define _PATH_EXPORTS "/etc/exports" #endif +#ifndef _PATH_EXPORTS_D +#define _PATH_EXPORTS_D "/etc/exports.d" +#endif +#ifndef _EXT_EXPORT +#define _EXT_EXPORT ".exports" +#endif #ifndef _PATH_IDMAPDCONF #define _PATH_IDMAPDCONF "/etc/idmapd.conf" #endif @@ -89,6 +95,7 @@ struct exportent { char * e_fslocdata; char * e_uuid; struct sec_entry e_secinfo[SECFLAVOR_COUNT+1]; + unsigned int e_ttl; }; struct rmtabent {