Definition at line 94 of file StateServer.cpp. 00095 { 00096 StateServer* myObject; 00097 myObject = (StateServer*) ptr; 00098 00099 while (myObject->timer_bool) 00100 { 00101 pthread_testcancel(); 00102 sleep(myObject->confirmationtimer * 60); 00103 //sleep(20); 00104 myObject->outputserver->osPrint("Timer: Reset confirmed or kick not confirmed"); 00105 myObject->clm->printAll(); 00106 myObject->clm->confirmTimerFunkt(); 00107 myObject->clm->shrinkCiVector(); 00108 myObject->clm->printAll(); 00109 00110 } 00111 } // TimerThreat
|
1.5.1