Addition of show services command

This commit is contained in:
Mark Riddoch
2015-02-19 11:07:24 +00:00
parent e0e5652f5e
commit 3898a995ad
3 changed files with 85 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <server.h>
#include <filter.h>
#include <hashtable.h>
#include <resultset.h>
#include "config.h"
/**
@ -194,4 +195,5 @@ extern void dListListeners(DCB *);
char* service_get_name(SERVICE* svc);
void service_shutdown();
extern int serviceSessionCountAll();
extern RESULTSET *serviceGetList();
#endif