MXS-2008 Remove MXS_WORKER_MSG_PING

No reason for including that in the worker interface.
This commit is contained in:
Johan Wikman
2018-08-13 14:42:33 +03:00
parent 363750a07c
commit 2d1e91ebf4
3 changed files with 13 additions and 20 deletions

View File

@ -22,15 +22,6 @@ typedef struct mxs_worker
enum mxs_worker_msg_id
{
/**
* Ping message.
*
* arg1: 0
* arg2: NULL or pointer to dynamically allocated NULL-terminated string,
* to be freed by worker.
*/
MXS_WORKER_MSG_PING,
/**
* Shutdown message.
*