From 94a55f6602833dea6764a421cea1b9a7c3de909f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Sat, 30 Sep 2017 08:37:12 +0300 Subject: [PATCH] Add missing declaration of blr_set_checksum The function was used before it was declared. --- server/modules/routing/binlogrouter/blr_master.c | 1 + 1 file changed, 1 insertion(+) diff --git a/server/modules/routing/binlogrouter/blr_master.c b/server/modules/routing/binlogrouter/blr_master.c index ae0d1c352..fb8e367e0 100644 --- a/server/modules/routing/binlogrouter/blr_master.c +++ b/server/modules/routing/binlogrouter/blr_master.c @@ -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;