server: Use the ctdb_ltdb_store_server() in the ctdb daemon for non-persistent dbs
authorMichael Adam <obnox@samba.org>
Thu, 30 Dec 2010 17:19:32 +0000 (18:19 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 9 Mar 2011 23:56:34 +0000 (00:56 +0100)
commit5392ab6164af97f1a396eae01f9b7a959e214032
treee0b5837be39fd7d5ed3dbd609a822631c1aa304e
parenta1538ada954dc983a3d4285f39df972dab6ddb17
server: Use the ctdb_ltdb_store_server() in the ctdb daemon for non-persistent dbs

This is realized by adding a ctdb_ltdb_store_fn function pointer to the db
context and filling it in the attach procedure for non-persistent dbs.
common/ctdb_ltdb.c
include/ctdb_private.h
server/ctdb_ltdb_server.c