Explorar o código

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

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2397 fd59a12c-fef9-0310-b244-a6a79926bd2f
Christine Caulfield %!s(int64=16) %!d(string=hai) anos
pai
achega
21fedb2495
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 */
 	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 {
 		struct quorum_pd *qpd;