Rename FILTER_DEF to MXS_FILTER_DEF

Provide functions that allows the actual definition of MXS_FILTER_DEF
to be made private.
This commit is contained in:
Johan Wikman
2017-01-13 14:30:11 +02:00
parent affec5e388
commit 265e5c0593
14 changed files with 101 additions and 241 deletions

View File

@ -83,14 +83,14 @@ struct arg_node
modulecmd_arg_type_t type;
union
{
char *string;
bool boolean;
SERVICE *service;
SERVER *server;
SESSION *session;
DCB *dcb;
MONITOR *monitor;
FILTER_DEF *filter;
char *string;
bool boolean;
SERVICE *service;
SERVER *server;
SESSION *session;
DCB *dcb;
MONITOR *monitor;
MXS_FILTER_DEF *filter;
} value;
};