MXS-2304 Rename fields of CONFIG_CONTEXT
Added m_-prefix.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user