Definition at line 1378 of file feeserver.c.
References createLogMessage().
Referenced by command_handler().
1381 status = pthread_mutex_unlock(&
wait_mut);
1384 printf(
"Unlock condition mutex error: %d. Going in ERROR state!\n", status);
1388 "Unable to unlock watchdog mutex. No more commands will be possible for CE. Going in ERROR state!",
1390 state = ERROR_STATE;
void createLogMessage(unsigned int type, char *description, char *origin)
static pthread_mutex_t wait_mut