Rename GW_AUTHENTICATOR and GW_BITMASK + cleanup

This commit is contained in:
Esa Korhonen
2017-01-20 14:31:16 +02:00
parent 126d9be749
commit 641896872e
21 changed files with 69 additions and 88 deletions

View File

@ -158,7 +158,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
modulecmd_register_command("cdc", "add_user", cdc_add_new_user, 3, args);
static GWAUTHENTICATOR MyObject =
static MXS_AUTHENTICATOR MyObject =
{
NULL, /* No initialize entry point */
NULL, /* No create entry point */
@ -174,7 +174,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
{
MXS_MODULE_API_AUTHENTICATOR,
MXS_MODULE_GA,
GWAUTHENTICATOR_VERSION,
MXS_AUTHENTICATOR_VERSION,
"The CDC client to MaxScale authenticator implementation",
"V1.1.0",
&MyObject,