From ba8f19c556724aaa2de71473234f8bab1f301a7f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 18 Mar 2012 14:47:37 +0100 Subject: s3: Open up 3 levels of dbwrap_lock_order --- source3/lib/dbwrap/dbwrap_open.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/lib/dbwrap/dbwrap_open.h') diff --git a/source3/lib/dbwrap/dbwrap_open.h b/source3/lib/dbwrap/dbwrap_open.h index 2763ef2ade..9ed2245afd 100644 --- a/source3/lib/dbwrap/dbwrap_open.h +++ b/source3/lib/dbwrap/dbwrap_open.h @@ -31,7 +31,8 @@ bool db_is_local(const char *name); enum dbwrap_lock_order { DBWRAP_LOCK_ORDER_1 = 1, - DBWRAP_LOCK_ORDER_2 = 2 + DBWRAP_LOCK_ORDER_2 = 2, + DBWRAP_LOCK_ORDER_3 = 3 }; /** -- cgit