]> git.pld-linux.org Git - packages/pacemaker.git/blob - pacemaker-corosync.patch
- (re)added link patch, now removing unnecessary libraries from global LIBS
[packages/pacemaker.git] / pacemaker-corosync.patch
1 --- pacemaker-Pacemaker-1.1.10/include/crm/cluster.h.orig       2013-07-26 02:02:31.000000000 +0200
2 +++ pacemaker-Pacemaker-1.1.10/include/crm/cluster.h    2013-09-07 17:08:13.369459479 +0200
3 @@ -195,7 +195,9 @@
4  const char *get_local_node_name(void);
5  char *get_node_name(uint32_t nodeid);
6  
7 +#if SUPPORT_COROSYNC
8  char *pcmk_message_common_cs(cpg_handle_t handle, uint32_t nodeid, uint32_t pid, void *msg,
9                          uint32_t *kind, const char **from);
10 +#endif
11  
12  #endif
This page took 0.08702 seconds and 3 git commands to generate.