Update changelog
[l2tpns.git] / cluster.h
index 794cc9d..3df6c4d 100644 (file)
--- 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__ */