persistent: add ctdb_persistent_finish_trans3_commits().
authorMichael Adam <obnox@samba.org>
Wed, 23 Feb 2011 16:38:40 +0000 (17:38 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 23 Feb 2011 16:49:59 +0000 (17:49 +0100)
commitd35f63369d0124ed295de6a7a287b425176f2333
treec1d722f789ef81d0940ce47057e948ad638e3fff
parent8656023f4153a6b5c4bf512c8b8dbd640fd9aa55
persistent: add ctdb_persistent_finish_trans3_commits().

This function walks all databases and checks for running trans3 commits.
It sends replies to all of them (with error code) and ends them.
To be called when a recovery finishes.
include/ctdb_private.h
server/ctdb_persistent.c