Rev 475: send the right sort of message on monitoring failure in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Wed Jun 6 01:12:46 GMT 2007


------------------------------------------------------------
revno: 475
revision-id: tridge at samba.org-20070606011245-opmhuwt69ou5uxtm
parent: tridge at samba.org-20070606011214-c23wxzjj2harql7u
committer: Andrew Tridgell <tridge at samba.org>
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);
 }
 
 



More information about the samba-cvs mailing list