The parent process now correctly returns the value from the child process.
This commit is contained in:
Markus Makela
2015-08-27 14:22:58 +03:00
parent 70a7a5f2f6
commit 0c552bab29
3 changed files with 60 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);