stopped_cond

This commit is contained in:
Romain Vimont
2021-10-31 14:56:37 +01:00
parent e23daebe06
commit 34b92440e2
2 changed files with 33 additions and 5 deletions

View File

@@ -41,9 +41,13 @@ struct server {
sc_thread wait_server_thread;
sc_mutex mutex;
sc_cond process_terminated_cond;
bool process_terminated;
sc_cond stopped_cond;
bool stopped;
sc_socket server_socket; // only used if !tunnel_forward
sc_socket video_socket;
sc_socket control_socket;