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>
Thu, 24 Feb 2011 09:32:00 +0000 (10:32 +0100)
commitb4acf5474705c3841f6dfe214de2fcebc451b3b5
treebe359ddf24adaa0d2963818034f87e4f166b472c
parentc562874b9d5caff40f79b2857db8e9a5eb196627
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