]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/exportfs.h
exports: add a configurable time-to-live for the kernel cache entries
[nfs-utils.git] / support / include / exportfs.h
index 3cf1ee82b9461bd20d5b3c16b7dc7cd929b34f36..01e87ddc289252e818f50ab375d9fc25969a8c9f 100644 (file)
@@ -100,6 +100,7 @@ typedef struct mexport {
 } nfs_export;
 
 #define HASH_TABLE_SIZE 1021
+#define DEFAULT_TTL    (30 * 60)
 
 typedef struct _exp_hash_entry {
        nfs_export * p_first;