mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 09:41:21 +00:00
Lua debugger: call wait3() if there are pending forked debugging sessions.
This commit is contained in:
@ -1446,6 +1446,7 @@ int redis_check_rdb_main(char **argv, int argc);
|
||||
void scriptingInit(int setup);
|
||||
int ldbRemoveChild(pid_t pid);
|
||||
void ldbKillForkedSessions(void);
|
||||
int ldbPendingChildren(void);
|
||||
|
||||
/* Blocked clients */
|
||||
void processUnblockedClients(void);
|
||||
|
Reference in New Issue
Block a user