Addition of server status flags

Addition of dcb role API
This commit is contained in:
Mark Riddoch
2013-06-21 10:45:39 +02:00
parent 237a311dda
commit cb26490a06
8 changed files with 63 additions and 12 deletions

View File

@ -142,5 +142,6 @@ extern void dprintAllDCBs(DCB *); /* Debug to print all DCB in the system */
extern void dprintDCB(DCB *, DCB *); /* Debug to print a DCB in the system */
extern const char *gw_dcb_state2string(int); /* DCB state to string */
extern void dcb_printf(DCB *, const char *, ...); /* DCB version of printf */
extern int dcb_isclient(DCB *);
#endif