summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
authorroot <root>2009-04-15 17:49:26 +0000
committerroot <root>2009-04-15 17:49:26 +0000
commiteb0bc6d98333434ecec2c4e7f7292506667d9141 (patch)
tree5a3c3ad944ca53fbc6833f99ddea383287d46d5f /ev_vars.h
parentb297584953bdc7c2ea0f79983e11b838852b02aa (diff)
keepalive fix
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ev_vars.h b/ev_vars.h
index 3290a57..95dbf16 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -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)