MXS-1220: Add module commands to /maxscale/modules

The module commands are now exposed as an additional sub-resource for the
module type.
This commit is contained in:
Markus Mäkelä
2017-05-29 11:27:34 +03:00
parent 4c2560b5a6
commit 948a059004
3 changed files with 60 additions and 2 deletions

View File

@ -72,6 +72,8 @@ MXS_BEGIN_DECLS
* that the sizeof(CN_<name>) returns the actual size of that string.
*/
extern const char CN_ADDRESS[];
extern const char CN_ARG_MAX[];
extern const char CN_ARG_MIN[];
extern const char CN_ADMIN_AUTH[];
extern const char CN_ADMIN_ENABLED[];
extern const char CN_ADMIN_HOST[];
@ -90,6 +92,7 @@ extern const char CN_AUTO[];
extern const char CN_CONNECTION_TIMEOUT[];
extern const char CN_DATA[];
extern const char CN_DEFAULT[];
extern const char CN_DESCRIPTION[];
extern const char CN_ENABLE_ROOT_USER[];
extern const char CN_FEEDBACK[];
extern const char CN_FILTERS[];
@ -107,6 +110,7 @@ extern const char CN_MAX_CONNECTIONS[];
extern const char CN_MAX_RETRY_INTERVAL[];
extern const char CN_MODULE[];
extern const char CN_MODULES[];
extern const char CN_MODULE_COMMAND[];
extern const char CN_MONITORS[];
extern const char CN_MONITOR[];
extern const char CN_MS_TIMESTAMP[];