dbwrap: add a dbwrap_flags argument to db_open_ctdb()
authorMichael Adam <obnox@samba.org>
Tue, 28 Jan 2014 11:53:24 +0000 (12:53 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 7 Feb 2014 15:06:06 +0000 (16:06 +0100)
commit6def1c3f6e145abcc81ea69505133bbe128eacac
treee867354d33aa898bbe66b6095043d9a74d3c8b72
parentcf0cb0add9ed47b8974272237fee0e1a4ba7bf68
dbwrap: add a dbwrap_flags argument to db_open_ctdb()

This is in preparation of directly supporting ctdb read only
record copies when opening a ctdb database from samba.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/lib/dbwrap/dbwrap_ctdb.c
source3/lib/dbwrap/dbwrap_ctdb.h
source3/lib/dbwrap/dbwrap_open.c
source3/torture/test_dbwrap_ctdb.c