dlm: master - dlm_controld: fix cfg callbacks

David Teigland teigland at fedoraproject.org
Wed Feb 15 19:35:05 UTC 2012


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=2ad89c869cbd6338361ccf25f7c84c719d88e5a9
Commit:        2ad89c869cbd6338361ccf25f7c84c719d88e5a9
Parent:        5907f811b534423e1cfe7ce69619a403558f66d1
Author:        David Teigland <teigland at redhat.com>
AuthorDate:    Wed Feb 15 13:28:27 2012 -0600
Committer:     David Teigland <teigland at redhat.com>
CommitterDate: Wed Feb 15 13:28:27 2012 -0600

dlm_controld: fix cfg callbacks

corosync_cfg_state_track_callback went away

Signed-off-by: David Teigland <teigland at redhat.com>
---
 dlm_controld/member.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlm_controld/member.c b/dlm_controld/member.c
index 783fcb4..7af581c 100644
--- a/dlm_controld/member.c
+++ b/dlm_controld/member.c
@@ -265,7 +265,6 @@ static void shutdown_callback(corosync_cfg_handle_t h,
 static corosync_cfg_callbacks_t cfg_callbacks =
 {
 	.corosync_cfg_shutdown_callback = shutdown_callback,
-	.corosync_cfg_state_track_callback = NULL,
 };
 
 void process_cluster_cfg(int ci)


More information about the cluster-commits mailing list