Remove unused functions from config.h

The header is divided into two parts, an external and an internal one. The
actual splitting is done in a later commit and this commit only prepares
the header for the split.
This commit is contained in:
Markus Mäkelä
2017-01-16 10:19:16 +02:00
parent 08b5d5c957
commit cbdab48237
4 changed files with 22 additions and 25 deletions

View File

@ -264,7 +264,7 @@ startMonitor(MONITOR *monitor, const CONFIG_PARAMETER* params)
hashtable_item_free, info_free_func);
handle->server_info = server_info;
handle->shutdown = 0;
handle->id = config_get_gateway_id();
handle->id = config_get_global_options()->id;
handle->warn_failover = true;
spinlock_init(&handle->lock);
}