Renamed shutdown_maxscale to shutdown_server according to definition in gateway.c.

This commit is contained in:
vraatikka 2013-11-12 11:51:31 +02:00
parent 517b6a5ee3
commit 4487817f59

View File

@ -114,7 +114,7 @@ struct subcommand showoptions[] = {
{0, 0, 0} }
};
extern void shutdown_maxscale();
extern void shutdown_server();
static void shutdown_service(DCB *dcb, SERVICE *service);
static void shutdown_monitor(DCB *dcb, MONITOR *monitor);
@ -124,7 +124,7 @@ static void shutdown_monitor(DCB *dcb, MONITOR *monitor);
struct subcommand shutdownoptions[] = {
{ "maxscale",
0,
shutdown_maxscale,
shutdown_server,
"Shutdown MaxScale",
{0, 0, 0}