Merge branch '2.2' into develop

This commit is contained in:
Johan Wikman
2018-05-22 16:18:36 +03:00
6 changed files with 179 additions and 45 deletions

View File

@ -235,13 +235,6 @@ void dcb_close(DCB *);
*/
void dcb_close_in_owning_thread(DCB *dcb);
/**
* Add a DCB to the owner's list
*
* @param dcb DCB to add
*/
void dcb_add_to_list(DCB *dcb);
void printAllDCBs(); /* Debug to print all DCB in the system */
void printDCB(DCB *); /* Debug print routine */
void dprintDCBList(DCB *); /* Debug print DCB list statistics */