start_semaphore

Semaphore to synchronize child and parent process. The child process should connect to the unix domain socket, only after the parent one binded to it.

sem_t* start_semaphore;

Meta