mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-31 08:25:22 +00:00
c5014baf62
Replace forkKillAll with fork_terminate_all Replace forkWaitAll with fork_wait_all Add fork_terminate and fork_wait functions Introduce fork labels '%<alphanumeric>' as arguments to all fork functions Treat a forked process exit status 143 (killed with SIGTERM) as a failure or error -- it happens when a forked process is terminated using fork_terminate or fork_terminate_all