summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/common/tdb_private.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-01-18 15:45:22 +1100
committerAndrew Tridgell <tridge@samba.org>2008-01-18 15:45:22 +1100
commit61a015a786c52008f4471e62750ad93507bce518 (patch)
tree2942464148744495584b3495f4d325abc3a5d758 /source4/lib/tdb/common/tdb_private.h
parent524d280ad09c99bcbf63d789e909afdf7edb5860 (diff)
downloadsamba-61a015a786c52008f4471e62750ad93507bce518.tar.gz
samba-61a015a786c52008f4471e62750ad93507bce518.tar.bz2
samba-61a015a786c52008f4471e62750ad93507bce518.zip
merged changes from v3-2-test
(This used to be commit 7077df3e2e3f171532f6a5ac87d45201736c9c11)
Diffstat (limited to 'source4/lib/tdb/common/tdb_private.h')
-rw-r--r--source4/lib/tdb/common/tdb_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/tdb/common/tdb_private.h b/source4/lib/tdb/common/tdb_private.h
index 0d3f10582e..ffac89ff0e 100644
--- a/source4/lib/tdb/common/tdb_private.h
+++ b/source4/lib/tdb/common/tdb_private.h
@@ -177,6 +177,7 @@ struct tdb_context {
int tdb_munmap(struct tdb_context *tdb);
void tdb_mmap(struct tdb_context *tdb);
int tdb_lock(struct tdb_context *tdb, int list, int ltype);
+int tdb_lock_nonblock(struct tdb_context *tdb, int list, int ltype);
int tdb_unlock(struct tdb_context *tdb, int list, int ltype);
int tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, int rw_type, int lck_type, int probe, size_t len);
int tdb_transaction_lock(struct tdb_context *tdb, int ltype);