|
|
|
@ -39,7 +39,7 @@ int thread_sck;
|
|
|
|
|
|
|
|
|
|
/******************************************************************************/
|
|
|
|
|
int DEFAULT_CC
|
|
|
|
|
thread_sighandler_start()
|
|
|
|
|
thread_sighandler_start(void)
|
|
|
|
|
{
|
|
|
|
|
int ret;
|
|
|
|
|
sigset_t sigmask;
|
|
|
|
@ -93,7 +93,7 @@ thread_sighandler_start()
|
|
|
|
|
#ifdef JUST_TO_AVOID_COMPILER_ERRORS
|
|
|
|
|
/******************************************************************************/
|
|
|
|
|
int DEFAULT_CC
|
|
|
|
|
thread_session_update_start()
|
|
|
|
|
thread_session_update_start(void)
|
|
|
|
|
{
|
|
|
|
|
int ret;
|
|
|
|
|
//starts the session update thread
|
|
|
|
|