ctdb-daemon: Avoid the use of ctdb->freeze_handle variable
authorAmitay Isaacs <amitay@gmail.com>
Tue, 15 Sep 2015 02:22:17 +0000 (12:22 +1000)
committerAmitay Isaacs <amitay@samba.org>
Wed, 7 Oct 2015 12:53:26 +0000 (14:53 +0200)
commit7afabb1285f6778b5b2862e178315b03f54eb8ef
tree2d1880535c8f7cb51255b58402a9161cd87b4240
parent8c58c7392fe342fb39fcaf81c2465762f1823b51
ctdb-daemon: Avoid the use of ctdb->freeze_handle variable

These variables are used for state information related to freezing
databases.  Instead use the API functions to check if the databases
are frozen.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/server/ctdb_monitor.c
ctdb/server/ctdb_recover.c