Addition of the list command to the debugcli to list servers,
services, listeners and sessions
This commit is contained in:
@ -115,6 +115,7 @@ extern void printServer(SERVER *);
|
||||
extern void printAllServers();
|
||||
extern void dprintAllServers(DCB *);
|
||||
extern void dprintServer(DCB *, SERVER *);
|
||||
extern void dListServers(DCB *);
|
||||
extern char *server_status(SERVER *);
|
||||
extern void server_set_status(SERVER *, int);
|
||||
extern void server_clear_status(SERVER *, int);
|
||||
|
||||
Reference in New Issue
Block a user