Add missing declaration of blr_set_checksum
The function was used before it was declared.
This commit is contained in:
parent
1827f042e8
commit
94a55f6602
@ -108,6 +108,7 @@ static int blr_get_master_semisync(GWBUF *buf);
|
||||
static void blr_terminate_master_replication(ROUTER_INSTANCE *router, uint8_t* ptr, int len);
|
||||
void blr_notify_all_slaves(ROUTER_INSTANCE *router);
|
||||
extern bool blr_notify_waiting_slave(ROUTER_SLAVE *slave);
|
||||
void blr_set_checksum(ROUTER_INSTANCE *inst, GWBUF *buf);
|
||||
|
||||
static int keepalive = 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user