57759fcfe48ba31ad4d905cc9d8826e2850ffafa
1 // L2TPNS Clustering Stuff
2 // $Id: cluster.h,v 1.1 2003-12-16 07:07:39 fred_nerk Exp $
5 #define C_HELLO_RESPONSE 2
10 #define CLUSTERPORT 32792
11 #define CLUSTERCLIENTPORT 32793
14 #define IL sizeof(int)
16 int cluster_init(uint32_t bind_address
, int server
);
17 int cluster_send_message(unsigned long ip_address
, uint32_t vip
, char type
, void *data
, int datalen
);
18 int processcluster(char *buf
, int l
);