Merge branch 'MXS-35' into develop

This commit is contained in:
Markus Makela
2015-09-15 11:50:36 +03:00
3 changed files with 70 additions and 4 deletions

View File

@ -74,7 +74,7 @@
#include "dcb.h"
void gw_daemonize(void);
bool gw_daemonize(void);
int do_read_dcb(DCB *dcb);
void MySQLListener(int epfd, char *config_bind);
int MySQLAccept(DCB *listener);