Rename GWPROTOCOL to MXS_PROTOCOL

This commit is contained in:
Johan Wikman
2017-01-05 10:28:24 +02:00
parent 19ce28a43a
commit 2abe956056
12 changed files with 30 additions and 39 deletions

View File

@ -54,7 +54,7 @@ static int test_connection_limit(DCB *dcb, int limit){return 0;}
*/
MXS_MODULE* MXS_CREATE_MODULE()
{
static GWPROTOCOL MyObject =
static MXS_PROTOCOL MyObject =
{
test_read, /**< Read - EPOLLIN handler */
test_write, /**< Write - data from gateway */
@ -75,7 +75,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
{
MXS_MODULE_API_PROTOCOL,
MXS_MODULE_IN_DEVELOPMENT,
GWPROTOCOL_VERSION,
MXS_PROTOCOL_VERSION,
"Test protocol",
"V1.1.0",
&MyObject