Fix compile errors and warnings

Fix compile errors and warnings
This commit is contained in:
MassimilianoPinto
2014-06-26 18:20:33 +02:00
parent 8808fd7e47
commit f246219beb
3 changed files with 7 additions and 5 deletions

View File

@ -140,6 +140,9 @@ static bool rses_begin_locked_router_action(
static void rses_end_locked_router_action(
ROUTER_CLIENT_SES* rses);
static BACKEND *get_root_master(
BACKEND **servers);
static SPINLOCK instlock;
static ROUTER_INSTANCE *instances;