------------------------------------------------------------
revno: 475
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Andrew Tridgell <[EMAIL PROTECTED]>
branch nick: tridge
timestamp: Wed 2007-06-06 11:12:45 +1000
message:
send the right sort of message on monitoring failure
modified:
common/ctdb_monitor.c
ctdb_monitor.c-20070518100625-8jf4ft1mjzmb22ck-1
=== modified file 'common/ctdb_monitor.c'
--- a/common/ctdb_monitor.c 2007-06-06 00:25:46 +0000
+++ b/common/ctdb_monitor.c 2007-06-06 01:12:45 +0000
@@ -122,7 +122,7 @@
data.dsize = sizeof(c);
/* tell the recmaster that something has changed */
- ctdb_send_message(ctdb, ctdb->recovery_master,
CTDB_SRVID_NODE_FLAGS_CHANGED, data);
+ ctdb_daemon_send_message(ctdb, ctdb->recovery_master,
CTDB_SRVID_NODE_FLAGS_CHANGED, data);
}