Lua debugger: handle forked sessions children during shutdown.

This commit is contained in:
antirez
2015-11-13 09:31:01 +01:00
parent 3ab0b4d6d0
commit 7be9170585
3 changed files with 51 additions and 5 deletions

View File

@ -1471,6 +1471,8 @@ int redis_check_rdb_main(char **argv, int argc);
/* Scripting */
void scriptingInit(int setup);
int ldbRemoveChild(pid_t pid);
void ldbKillForkedSessions(void);
/* Blocked clients */
void processUnblockedClients(void);