Use worker messages for fake events

Fake events now use worker messages to trigger execution of the events.
This commit is contained in:
Markus Mäkelä
2017-06-07 09:44:09 +03:00
parent fa99b97dbd
commit 92fa613f93
2 changed files with 37 additions and 103 deletions

View File

@ -98,11 +98,4 @@ bool poll_add_fd_to_worker(int wid, int fd, uint32_t events, MXS_POLL_DATA* data
*/
bool poll_remove_fd_from_worker(int wid, int fd);
/**
* Check whether there are cross-thread messages for current thread.
*
* @attention Only to be called by the system.
*/
void poll_check_message(void);
MXS_END_DECLS