Updates to debug CLI

Fix for argument passign to show filter

Addition of list dcbs commands
This commit is contained in:
Mark Riddoch
2014-06-07 20:41:58 +01:00
parent 7c8803f2f2
commit 9e164b83f0
3 changed files with 65 additions and 18 deletions

View File

@ -273,6 +273,7 @@ void printAllDCBs(); /* Debug to print all DCB in the system */
void printDCB(DCB *); /* Debug print routine */
void dprintAllDCBs(DCB *); /* Debug to print all DCB in the system */
void dprintDCB(DCB *, DCB *); /* Debug to print a DCB in the system */
void dListDCBs(DCB *); /* List all DCBs in the system */
const char *gw_dcb_state2string(int); /* DCB state to string */
void dcb_printf(DCB *, const char *, ...); /* DCB version of printf */
int dcb_isclient(DCB *); /* the DCB is the client of the session */