summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-04-21 07:25:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:17 -0500
commit046870c023c950377c97c58e79ec730351a3fa97 (patch)
treeb9b21e414514ad173b977cd737c05138b5bd45c3 /source4/lib/tdb/include
parent650d81b252cc669ef848448afad7e9bb79c4f20e (diff)
downloadsamba-046870c023c950377c97c58e79ec730351a3fa97.tar.gz
samba-046870c023c950377c97c58e79ec730351a3fa97.tar.bz2
samba-046870c023c950377c97c58e79ec730351a3fa97.zip
r22422: merged tdb changes from ctdb
(This used to be commit a0ff739bcab32065d9d3957eb1d93f7791f84f04)
Diffstat (limited to 'source4/lib/tdb/include')
-rw-r--r--source4/lib/tdb/include/tdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/tdb/include/tdb.h b/source4/lib/tdb/include/tdb.h
index dafe2a130e..e77b78f7ed 100644
--- a/source4/lib/tdb/include/tdb.h
+++ b/source4/lib/tdb/include/tdb.h
@@ -134,6 +134,7 @@ int tdb_get_flags(struct tdb_context *tdb);
/* Low level locking functions: use with care */
int tdb_chainlock(struct tdb_context *tdb, TDB_DATA key);
+int tdb_chainlock_nonblock(struct tdb_context *tdb, TDB_DATA key);
int tdb_chainunlock(struct tdb_context *tdb, TDB_DATA key);
int tdb_chainlock_read(struct tdb_context *tdb, TDB_DATA key);
int tdb_chainunlock_read(struct tdb_context *tdb, TDB_DATA key);