mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
add threaded-system-exec param and fsctl (set it to false to use fork)
This commit is contained in:
@@ -102,6 +102,7 @@ static void handle_SIGCHLD(int sig)
|
||||
pid = wait(&status);
|
||||
|
||||
if (pid > 0) {
|
||||
printf("ASS %d\n", pid);
|
||||
system_ready = -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user