Merge branch 'develop' into MXS-329

This commit is contained in:
Markus Makela
2015-09-24 17:59:36 +03:00
24 changed files with 1937 additions and 529 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);