diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-23 15:33:52 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-23 15:33:52 +0100 |
commit | e0d77fa90cad334f308da9cbd4369d61f1c97511 (patch) | |
tree | 2cf61bc271b7a50f3b56f3da3d3e90c9ca40cb3d /runtime/nsd.h | |
parent | 02e4a98bac7329f6ab4bb3503839aba7e87881e5 (diff) | |
download | rsyslog-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/nsd.h')
-rw-r--r-- | runtime/nsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/nsd.h b/runtime/nsd.h index fc34ad6e..e5b9320b 100644 --- a/runtime/nsd.h +++ b/runtime/nsd.h @@ -91,7 +91,7 @@ ENDinterface(nsdsel) BEGINinterface(nsdpoll) /* name must also be changed in ENDinterface macro! */ rsRetVal (*Construct)(nsdpoll_t **ppThis); rsRetVal (*Destruct)(nsdpoll_t **ppThis); - rsRetVal (*Ctl)(nsdpoll_t *pNsdpoll, nsd_t *pNsd, int id, void *pUsr, int op); + rsRetVal (*Ctl)(nsdpoll_t *pNsdpoll, nsd_t *pNsd, int id, void *pUsr, int mode, int op); rsRetVal (*Wait)(nsdpoll_t *pNsdpoll, int timeout, int *idRdy, void **ppUsr); ENDinterface(nsdpoll) #define nsdpollCURR_IF_VERSION 1 /* increment whenever you change the interface structure! */ |