Addition for shutdown mechanism for the gateway
Addition of stop and restart service Fix for telnetd in Makefile Fix for printing the server names in services
This commit is contained in:
@ -49,8 +49,9 @@ pthread_t thd;
|
||||
}
|
||||
|
||||
/**
|
||||
* Wait for all running threads to complete.
|
||||
* Wait for a running threads to complete.
|
||||
*
|
||||
* @param thd The thread handle
|
||||
*/
|
||||
void
|
||||
thread_wait(void *thd)
|
||||
|
Reference in New Issue
Block a user