Added externs for Vilho's logging changes

This commit is contained in:
Mark Riddoch
2014-11-21 15:07:10 +00:00
parent 7dc0776346
commit 0dc5dca858
3 changed files with 6 additions and 0 deletions

View File

@ -63,6 +63,8 @@
extern int lm_enabled_logfiles_bitmask;
extern size_t log_ses_count[];
extern __thread log_info_t tls_log_info;
static GWBUF *blr_make_query(char *statement);
static GWBUF *blr_make_registration(ROUTER_INSTANCE *router);