Jelajahi Sumber

Merge trunk revision 2397:
r2397 | chrissie | 2009-08-28 02:36:33 -0700 (Fri, 28 Aug 2009) | 2 lines

Send CURRENT callbacks to the dispatch FD rather than the callback one.



git-svn-id: http://svn.fedorahosted.org/svn/corosync/branches/flatiron@2448 fd59a12c-fef9-0310-b244-a6a79926bd2f

Steven Dake 16 tahun lalu
induk
melakukan
af206d1610
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      exec/vsf_quorum.c

+ 1 - 1
exec/vsf_quorum.c

@@ -381,7 +381,7 @@ static void send_library_notification(void *conn)
 
 
 	/* Send it to all interested parties */
 	/* Send it to all interested parties */
 	if (conn) {
 	if (conn) {
-		corosync_api->ipc_response_send(conn, res_lib_quorum_notification, size);
+		corosync_api->ipc_dispatch_send(conn, res_lib_quorum_notification, size);
 	}
 	}
 	else {
 	else {
 		struct quorum_pd *qpd;
 		struct quorum_pd *qpd;