summaryrefslogtreecommitdiffstats
path: root/runtime/nspoll.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-23 15:33:52 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-23 15:33:52 +0100
commite0d77fa90cad334f308da9cbd4369d61f1c97511 (patch)
tree2cf61bc271b7a50f3b56f3da3d3e90c9ca40cb3d /runtime/nspoll.h
parent02e4a98bac7329f6ab4bb3503839aba7e87881e5 (diff)
downloadrsyslog-e0d77fa90cad334f308da9cbd4369d61f1c97511.tar.gz
rsyslog-e0d77fa90cad334f308da9cbd4369d61f1c97511.tar.xz
rsyslog-e0d77fa90cad334f308da9cbd4369d61f1c97511.zip
milestone commit: first working version with epoll/tcp
... but not well-tested, so there may be many hidden bugs.
Diffstat (limited to 'runtime/nspoll.h')
-rw-r--r--runtime/nspoll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/nspoll.h b/runtime/nspoll.h
index 281b8103..a77759c0 100644
--- a/runtime/nspoll.h
+++ b/runtime/nspoll.h
@@ -51,7 +51,7 @@ BEGINinterface(nspoll) /* name must also be changed in ENDinterface macro! */
rsRetVal (*ConstructFinalize)(nspoll_t *pThis);
rsRetVal (*Destruct)(nspoll_t **ppThis);
rsRetVal (*Wait)(nspoll_t *pNsdpoll, int timeout, int *idRdy, void **ppUsr);
- rsRetVal (*Ctl)(nspoll_t *pNsdpoll, netstrm_t *pStrm, int id, void *pUsr, int op);
+ rsRetVal (*Ctl)(nspoll_t *pNsdpoll, netstrm_t *pStrm, int id, void *pUsr, int mode, int op);
rsRetVal (*IsEPollSupported)(void); /* static method */
ENDinterface(nspoll)
#define nspollCURR_IF_VERSION 1 /* increment whenever you change the interface structure! */