MXS-2304 Rename fields of CONFIG_CONTEXT

Added m_-prefix.
This commit is contained in:
Esa Korhonen
2019-02-22 17:34:30 +02:00
parent 900cbb4cff
commit c2459c420d
6 changed files with 154 additions and 159 deletions

View File

@ -127,7 +127,7 @@ int main(int argc, char** argv)
config_replace_param(&ctx, "router_options", options);
if ((service = service_alloc("test_service", "binlogrouter", &ctx.parameters)) == NULL)
if ((service = service_alloc("test_service", "binlogrouter", &ctx.m_parameters)) == NULL)
{
printf("Failed to allocate 'service' object\n");
return 1;