Rename public types and constants in monitor.h

Preparing to split monitor.h into module and core sections. Also
changed a few comments in monitor.h.
This commit is contained in:
Esa Korhonen
2017-01-17 13:10:02 +02:00
parent 20034b6fd6
commit 680401cf8e
17 changed files with 321 additions and 321 deletions

View File

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