X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/916c13c6039bd189873ee094e9c0ebd010899792..92bfbe46e854e7ff40d6d4297c8df74f1efcf10f:/cluster.h diff --git a/cluster.h b/cluster.h index 794cc9d..3df6c4d 100644 --- a/cluster.h +++ b/cluster.h @@ -29,7 +29,7 @@ #define C_CGROUPE 22 // Compressed groupe structure. -#define HB_VERSION 7 // Protocol version number.. +#define HB_VERSION 9 // Protocol version number.. #define HB_MAX_SEQ (1<<30) // Maximum sequence number. (MUST BE A POWER OF 2!) #define HB_HISTORY_SIZE 64 // How many old heartbeats we remember?? (Must be a factor of HB_MAX_SEQ) @@ -99,7 +99,7 @@ void cluster_send_ping(time_t basetime); void cluster_heartbeat(void); void cluster_check_master(void); void cluster_check_slaves(void); -int cmd_show_cluster(struct cli_def *cli, char *command, char **argv, int argc); +int cmd_show_cluster(struct cli_def *cli, const char *command, char **argv, int argc); int master_forward_pppoe_packet(uint8_t *data, int size, uint8_t codepad); #endif /* __CLUSTER_H__ */