mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-09 01:18:39 +03:00
b1098701ec
./configure --with-clvmd=gulm The default is still cman, and you can't have both - sorry.
9 lines
216 B
C
9 lines
216 B
C
#include <netinet/in.h>
|
|
|
|
#define MAX_CLUSTER_MESSAGE 1600
|
|
#define MAX_CSID_LEN sizeof(struct in6_addr)
|
|
#define MAX_CLUSTER_MEMBER_NAME_LEN 128
|
|
|
|
extern int init_comms(unsigned short);
|
|
extern char *print_csid(char *);
|