summaryrefslogtreecommitdiff
path: root/source3/lib/dbwrap/dbwrap_tdb.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-03-15 11:10:35 +0100
committerVolker Lendecke <vl@samba.org>2012-03-16 11:20:10 +0100
commit1909af434eef5473c236aa46e531818e392b80b3 (patch)
tree202a6c9779089664ae935f12dc1e0faaf06671fd /source3/lib/dbwrap/dbwrap_tdb.h
parentaf68fe7113ae0783f03732a6cda53e7ccae3220a (diff)
downloadsamba-1909af434eef5473c236aa46e531818e392b80b3.tar.gz
samba-1909af434eef5473c236aa46e531818e392b80b3.tar.bz2
samba-1909af434eef5473c236aa46e531818e392b80b3.zip
s3-dbwrap: Move "lock_order" initialization to db_open_xx
Diffstat (limited to 'source3/lib/dbwrap/dbwrap_tdb.h')
-rw-r--r--source3/lib/dbwrap/dbwrap_tdb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/lib/dbwrap/dbwrap_tdb.h b/source3/lib/dbwrap/dbwrap_tdb.h
index 86673d09ca..1f7a223c70 100644
--- a/source3/lib/dbwrap/dbwrap_tdb.h
+++ b/source3/lib/dbwrap/dbwrap_tdb.h
@@ -27,7 +27,8 @@ struct db_context;
struct db_context *db_open_tdb(TALLOC_CTX *mem_ctx,
const char *name,
int hash_size, int tdb_flags,
- int open_flags, mode_t mode);
+ int open_flags, mode_t mode,
+ enum dbwrap_lock_order lock_order);
#endif /* __DBWRAP_TDB_H__ */