From 97649da2041a0b33e8f25ec6cb15ce3029a1a44a Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Thu, 29 Jul 2004 19:53:46 +0000 Subject: [PATCH] (Logical change 1.47) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@147 fd59a12c-fef9-0310-b244-a6a79926bd2f --- exec/clm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/clm.h b/exec/clm.h index cb132f23..ff32e8b4 100644 --- a/exec/clm.h +++ b/exec/clm.h @@ -44,7 +44,7 @@ struct libclm_ci { SaClmClusterNotificationT *notificationBufferAddress; }; -extern SaClmClusterNodeT thisClusterNode; +extern SaClmClusterNodeT *clm_get_by_nodeid (struct in_addr node_id); extern struct service_handler clm_service_handler;