Addition of show eventtimes and /events/times URL to maxinfo

This commit is contained in:
Mark Riddoch
2015-02-20 11:53:47 +00:00
parent 039d3c4c0b
commit a022775342
4 changed files with 100 additions and 7 deletions

View File

@ -19,6 +19,7 @@
*/
#include <dcb.h>
#include <gwbitmask.h>
#include <resultset.h>
/**
* @file poll.h The poll related functionality
@ -63,4 +64,5 @@ void poll_add_epollin_event_to_dcb(DCB* dcb, GWBUF* buf);
extern void dShowEventQ(DCB *dcb);
extern void dShowEventStats(DCB *dcb);
extern int poll_get_stat(POLL_STAT stat);
extern RESULTSET *eventTimesGetList();
#endif