Merge branch '2.2' into develop

This commit is contained in:
Markus Mäkelä
2018-09-08 18:58:57 +03:00
8 changed files with 141 additions and 22 deletions

View File

@ -513,6 +513,8 @@ extern "C" MXS_MODULE* MXS_CREATE_MODULE()
{"start_index", MXS_MODULE_PARAM_COUNT, "1"},
{"block_size", MXS_MODULE_PARAM_SIZE, "0"},
{"codec", MXS_MODULE_PARAM_ENUM, "null", MXS_MODULE_OPT_ENUM_UNIQUE, codec_values},
{"match", MXS_MODULE_PARAM_REGEX},
{"exclude", MXS_MODULE_PARAM_REGEX},
{MXS_END_MODULE_PARAMS}
}
};