From 3b457d30c754828d84ab7619505c4c14cbec3517 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Tue, 1 Jun 2010 15:36:08 +0000 Subject: [PATCH] Fix problem where callbacks are not delivered to evs service. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2916 fd59a12c-fef9-0310-b244-a6a79926bd2f --- services/evs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/evs.c b/services/evs.c index 809813b7..de883751 100644 --- a/services/evs.c +++ b/services/evs.c @@ -250,7 +250,7 @@ static void evs_confchg_fn ( */ for (list = confchg_notify.next; list != &confchg_notify; list = list->next) { evs_pd = list_entry (list, struct evs_pd, list); - api->ipc_response_send (evs_pd->conn, + api->ipc_dispatch_send (evs_pd->conn, &res_evs_confchg_callback, sizeof (res_evs_confchg_callback)); }