]> arthur.barton.de Git - netatalk.git/blobdiff - etc/cnid_dbd/db_param.h
Use function from 2-1 for local uuid generation
[netatalk.git] / etc / cnid_dbd / db_param.h
index 515ed9a8a2742e2aef2edb6c1a44617f683c2aad..67ec62e4e18c8fc6f40c5f02c8e9f5aa72948621 100644 (file)
@@ -1,7 +1,6 @@
 /*
- * $Id: db_param.h,v 1.2 2005-04-28 20:49:47 bfernhomberg Exp $
- *
  * Copyright (C) Joerg Lenneis 2003
+ * Copyright (C) Frank Lahm 2010
  * All Rights Reserved.  See COPYING.
  */
 
 #include <sys/param.h>
 #include <sys/cdefs.h>
 
-
 struct db_param {
-    int check;
+    char *dir;
     int logfile_autoremove;
-    int cachesize;
-    int nosync;
-    int flush_frequency;
+    int cachesize;              /* in KB */
+    int maxlocks;
+    int maxlockobjs;
     int flush_interval;
+    int flush_frequency;
     char usock_file[MAXPATHLEN + 1];    
     int fd_table_size;
     int idle_timeout;
+    int max_vols;
 };
 
-extern struct db_param *      db_param_read  __P((char *));
-
+extern struct db_param *db_param_read  (char *);
 
 #endif /* CNID_DBD_DB_PARAM_H */