MXS-2008 Remove MXS_WORKER_MSG_PING
No reason for including that in the worker interface.
This commit is contained in:
@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user