Resolve compiler warnings

This commit is contained in:
counterpoint
2015-07-08 11:35:41 +01:00
parent 77db46359e
commit 10d690273d
5 changed files with 4 additions and 4 deletions

View File

@ -245,4 +245,6 @@ typedef struct router_instance {
#define BACKEND_TYPE(b) (SERVER_IS_MASTER((b)->backend_server) ? BE_MASTER : \
(SERVER_IS_SLAVE((b)->backend_server) ? BE_SLAVE : BE_UNDEFINED));
bool subsvc_is_valid(SUBSERVICE*);
#endif /*< _SHARDROUTER_H */