Merge branch 'master' into develop

This commit is contained in:
Timofey Turenko
2015-01-09 11:23:03 +02:00
100 changed files with 3036 additions and 1055 deletions

View File

@ -118,7 +118,7 @@ int skygw_log_rotate(logfile_id_t id);
int skygw_log_write_flush(logfile_id_t id, const char* format, ...);
int skygw_log_enable(logfile_id_t id);
int skygw_log_disable(logfile_id_t id);
void skygw_log_sync_all(void);
EXTERN_C_BLOCK_END