]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-bdb/proto-bdb.h
Add debug if bdb_cache_entry_db_lock fails to get a lock
[openldap] / servers / slapd / back-bdb / proto-bdb.h
index 6cef37e39c57fa2b7433f4b9a0ef2ccb2d5b2405..1a50eef2beb931e114c696523cffdd825d7dffc7 100644 (file)
@@ -343,6 +343,12 @@ int bdb_cache_delete_entry(
 );
 void bdb_cache_release_all( Cache *cache );
 
+#ifdef BDB_REUSE_LOCKERS
+
+int bdb_locker_id( Operation *op, DB_ENV *env, int *locker );
+
+#endif
+
 #ifdef HAVE_EBCDIC
 char *ebcdic_dberror( int rc );