lpcmanager
Clone
Summary
Browse
Changes
Graph
Update IEC60870 files to accommodate multiple common addresses on same server instance
py2compat
2 weeks ago, Dino Kosic
a03f3c87d03c
Update IEC60870 files to accommodate multiple common addresses on same server instance
pthread_mutex_lock(&UART_WakeCondLock);
UART_task_active = 0;
pthread_cond_signal(&UART_WakeCond);
pthread_mutex_unlock(&UART_WakeCondLock);
pthread_join(UART_task, NULL);
closeserial(UART_fd);