Rename message queue functions
This commit is contained in:
@ -523,7 +523,7 @@ void* ac_session_thread(void* param) {
|
||||
capwap_logging_debug("Session end");
|
||||
|
||||
/* Notify terminate thread */
|
||||
ac_session_msgqueue_notify_closethread(threadid);
|
||||
ac_msgqueue_notify_closethread(threadid);
|
||||
|
||||
/* Thread exit */
|
||||
pthread_exit(NULL);
|
||||
|
Reference in New Issue
Block a user