mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
5c7fc7c4f7
./configure --with-clvmd wil do this by default. Or you can choose which you want with ./configure --with-clvmd=gulm or ./configure --with-clvmd=cman When clvmd with both included is run, it will automatically detect the cluster manager in use.
13 lines
385 B
C
13 lines
385 B
C
|
|
|
|
|
|
extern int get_next_node_csid(void **context, char *csid);
|
|
extern void add_down_node(char *csid);
|
|
extern int gulm_fd(void);
|
|
extern int get_ip_address(char *node, char *addr);
|
|
extern void tcp_remove_client(char *csid);
|
|
extern int alloc_client(int fd, char *csid, struct local_client **new_client);
|
|
|
|
void gulm_add_up_node(char *csid);
|
|
int gulm_name_from_csid(char *csid, char *name);
|