diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-19 18:41:37 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-19 18:41:37 +0100 |
commit | 02e4a98bac7329f6ab4bb3503839aba7e87881e5 (patch) | |
tree | ac06d735c9de8a74b8de294d7e6632e94f45fb94 /runtime/nspoll.h | |
parent | 48ac0ffecdf244d04ed6cb4f4c560aeea5ba7f23 (diff) | |
download | rsyslog-02e4a98bac7329f6ab4bb3503839aba7e87881e5.tar.gz rsyslog-02e4a98bac7329f6ab4bb3503839aba7e87881e5.tar.xz rsyslog-02e4a98bac7329f6ab4bb3503839aba7e87881e5.zip |
milestone: working towards utilizing epoll interface
NOTE: this version does NOT run - tcp-based servers are defunct.
Diffstat (limited to 'runtime/nspoll.h')
-rw-r--r-- | runtime/nspoll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/nspoll.h b/runtime/nspoll.h index 9d39e017..281b8103 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, nsd_t *pNsd, int id, void *pUsr, int op); + rsRetVal (*Ctl)(nspoll_t *pNsdpoll, netstrm_t *pStrm, int id, void *pUsr, int op); rsRetVal (*IsEPollSupported)(void); /* static method */ ENDinterface(nspoll) #define nspollCURR_IF_VERSION 1 /* increment whenever you change the interface structure! */ |