diff options
author | root <root> | 2009-04-15 17:49:26 +0000 |
---|---|---|
committer | root <root> | 2009-04-15 17:49:26 +0000 |
commit | eb0bc6d98333434ecec2c4e7f7292506667d9141 (patch) | |
tree | 5a3c3ad944ca53fbc6833f99ddea383287d46d5f /ev_vars.h | |
parent | b297584953bdc7c2ea0f79983e11b838852b02aa (diff) |
keepalive fix
Diffstat (limited to 'ev_vars.h')
-rw-r--r-- | ev_vars.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -111,6 +111,11 @@ VAR (pendings, ANPENDING *pendings [NUMPRI]) VAR (pendingmax, int pendingmax [NUMPRI]) VAR (pendingcnt, int pendingcnt [NUMPRI]) +/* for reverse feeding of events */ +VARx(W *, rfeeds) +VARx(int, rfeedmax) +VARx(int, rfeedcnt) + VARx(int *, fdchanges) VARx(int, fdchangemax) VARx(int, fdchangecnt) |