Addition of thread data to commands

This commit is contained in:
Mark Riddoch
2014-08-29 11:24:58 +01:00
parent cf55f271f0
commit 531dfd017c
5 changed files with 210 additions and 3 deletions

View File

@ -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)