Addition of show eventstats

This commit is contained in:
Mark Riddoch
2014-10-23 13:38:46 +01:00
parent 70672e43a1
commit 9e0a8a0eee
5 changed files with 80 additions and 16 deletions

View File

@ -44,4 +44,5 @@ extern void poll_set_nonblocking_polls(unsigned int);
extern void dprintPollStats(DCB *);
extern void dShowThreads(DCB *dcb);
extern void dShowEventQ(DCB *dcb);
extern void dShowEventStats(DCB *dcb);
#endif