Addition of thread data to commands
This commit is contained in:
@ -272,6 +272,7 @@ int fail_accept_errno;
|
||||
#define DCB_ABOVE_HIGH_WATER(x) ((x)->high_water && (x)->writeqlen > (x)->high_water)
|
||||
|
||||
void dcb_pollin(DCB *);
|
||||
void dcb_pollout(DCB *);
|
||||
DCB *dcb_get_zombies(void);
|
||||
int gw_write(
|
||||
#if defined(SS_DEBUG)
|
||||
|
||||
@ -41,4 +41,5 @@ extern void poll_waitevents(void *);
|
||||
extern void poll_shutdown();
|
||||
extern GWBITMASK *poll_bitmask();
|
||||
extern void dprintPollStats(DCB *);
|
||||
extern void dShowThreads(DCB *dcb);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user