summaryrefslogtreecommitdiff
path: root/lib/dbwrap
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-01-28 12:04:38 +0100
committerStefan Metzmacher <metze@samba.org>2014-02-07 16:06:07 +0100
commit8dbb58285b6590203d3c510c22cb6936fd642e5f (patch)
tree5af1e48a95a13adbd3434bc56eb961b5df007107 /lib/dbwrap
parent24e434d1aec880d1292d003cbcf6f869e3d35526 (diff)
downloadsamba-8dbb58285b6590203d3c510c22cb6936fd642e5f.tar.gz
dbwrap: add DBWRAP_LOCK_ORDER_MIN
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/dbwrap')
-rw-r--r--lib/dbwrap/dbwrap_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dbwrap/dbwrap_private.h b/lib/dbwrap/dbwrap_private.h
index 14553bc54d6..e1316543212 100644
--- a/lib/dbwrap/dbwrap_private.h
+++ b/lib/dbwrap/dbwrap_private.h
@@ -69,6 +69,7 @@ struct db_context {
void *stored_callback_private_data;
};
+#define DBWRAP_LOCK_ORDER_MIN DBWRAP_LOCK_ORDER_1
#define DBWRAP_LOCK_ORDER_MAX DBWRAP_LOCK_ORDER_3
#endif /* __DBWRAP_PRIVATE_H__ */