Introduce private worker header

This commit is contained in:
Johan Wikman
2017-02-16 09:46:36 +02:00
parent bb6e0767cc
commit 72977128f7
4 changed files with 40 additions and 13 deletions

View File

@ -37,14 +37,6 @@ enum mxs_worker_msg_id
MXS_WORKER_MSG_PING
};
/**
* Initialize the worker mechanism.
*
* To be called once at process startup. This will cause as many workers
* to be created as the number of threads defined.
*/
void mxs_worker_init();
/**
* Return the worker associated with the provided worker id.
*