Try out some more changes.

This commit is contained in:
counterpoint
2015-05-27 16:41:06 +01:00
parent 6c5e6a5959
commit 23e9a7b4e2
3 changed files with 36 additions and 4 deletions

View File

@ -19,7 +19,6 @@
*/
#include <spinlock.h>
#include <buffer.h>
#include <server.h>
#include <modinfo.h>
#include <gwbitmask.h>
#include <skygw_utils.h>

View File

@ -183,7 +183,7 @@ extern void printAllServers();
extern void dprintAllServers(DCB *);
extern void dprintAllServersJson(DCB *);
extern void dprintServer(DCB *, SERVER *);
extern void dprintPersistentDCBs(DCB *, SERVER *)
extern void dprintPersistentDCBs(DCB *, SERVER *);
extern void dListServers(DCB *);
extern char *server_status(SERVER *);
extern void server_set_status(SERVER *, int);