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;