fix CEC (timer record)

Origin commit data
------------------
Branch: ni/coolstream
Commit: f7e4caac7a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-07-30 (Mon, 30 Jul 2012)

Origin message was:
------------------
-fix CEC (timer record)

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2012-07-30 19:41:30 +02:00
parent 77fb6ce550
commit 453d822267
4 changed files with 42 additions and 39 deletions

View File

@@ -461,7 +461,7 @@ bool timerd_parse_command(CBasicMessage::Header &rmsg, int connfd)
return true;
}
int timerd_main_thread(void */*data*/)
int timerd_main_thread(void *data)
{
pthread_setcanceltype (PTHREAD_CANCEL_ASYNCHRONOUS, 0);
@@ -474,6 +474,7 @@ int timerd_main_thread(void */*data*/)
// Start timer thread
CTimerManager::getInstance();
CTimerManager::getInstance()->wakeup =(bool)data;
timerd_server.run(timerd_parse_command, CTimerdMsg::ACTVERSION);
printf("timerd shutdown complete\n");