]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldbm/back-ldbm.h
don't send error with back-meta
[openldap] / servers / slapd / back-ldbm / back-ldbm.h
index 6119e0ad9c4999069c03bce205a5faf8c5eea9a4..a7937513925c09e498e1e798c307b9a7286e3195 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2005 The OpenLDAP Foundation.
+ * Copyright 1998-2006 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 #define _BACK_LDBM_H_
 
 #include "ldbm.h"
+#include "alock.h"
 
 LDAP_BEGIN_DECL
 
-#define LDBM_SUBENTRIES 1
-
 #define DEFAULT_CACHE_SIZE     1000
 
 #if defined(HAVE_BERKELEY_DB) && DB_VERSION_MAJOR >= 2
@@ -152,6 +151,7 @@ struct ldbminfo {
        int                     li_dbsyncwaitn;
        int                     li_dbsyncwaitinterval;
        int                     li_dbsyncwaitcount;
+       alock_info_t    li_alock_info;
 };
 
 LDAP_END_DECL