Changeset 42389 for trunk/Ohana/src/opihi/pcontrol/pcontrol.c.in
- Timestamp:
- Feb 8, 2023, 12:17:35 PM (3 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/pcontrol/pcontrol.c.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/opihi/pcontrol/pcontrol.c.in
r39457 r42389 9 9 # define opihi_rcfile ".pcontrolrc" 10 10 11 # ifdef THREADED 12 static pthread_t clientsThread; 13 # endif 14 11 15 /* program-dependent initialization */ 12 16 void program_init (int *argc, char **argv) { … … 14 18 OHANA_UNUSED_PARAM(argv); 15 19 16 # ifdef THREADED17 pthread_t clientsThread;18 # endif19 20 20 auto_break = TRUE; 21 21 … … 83 83 SetRunLevel (PCONTROL_RUN_HOSTS); 84 84 DownHosts (); 85 86 QuitCheckSystemThread(); pthread_join (clientsThread, NULL); 87 85 88 ConfigFree (); 86 87 89 FreeBasic (); 88 90 FreePcontrol ();
Note:
See TracChangeset
for help on using the changeset viewer.
