All worker data moved to Worker class

With the exception of the poll structure.
This commit is contained in:
Johan Wikman
2017-04-05 14:33:16 +03:00
parent 72eadff181
commit df5553c35a
3 changed files with 16 additions and 18 deletions

View File

@ -23,9 +23,6 @@ MXS_BEGIN_DECLS
*
* @return True, if the worker should shut down, false otherwise.
*/
static inline bool mxs_worker_should_shutdown(MXS_WORKER* worker)
{
return worker->m_should_shutdown;
}
bool mxs_worker_should_shutdown(MXS_WORKER* worker);
MXS_END_DECLS