summaryrefslogtreecommitdiffstats
path: root/runtime/nssel.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/nssel.h')
-rw-r--r--runtime/nssel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/nssel.h b/runtime/nssel.h
index 16919b1f..2f907caa 100644
--- a/runtime/nssel.h
+++ b/runtime/nssel.h
@@ -40,9 +40,9 @@ BEGINinterface(nssel) /* name must also be changed in ENDinterface macro! */
rsRetVal (*Construct)(nssel_t **ppThis);
rsRetVal (*ConstructFinalize)(nssel_t *pThis);
rsRetVal (*Destruct)(nssel_t **ppThis);
- rsRetVal (*Add)(nssel_t *pThis, netstrm_t *pStrm);
+ rsRetVal (*Add)(nssel_t *pThis, netstrm_t *pStrm, nsdsel_waitOp_t waitOp);
rsRetVal (*Wait)(nssel_t *pThis, int *pNumReady);
- rsRetVal (*IsReady)(nssel_t *pThis, netstrm_t *pStrm, int *pbIsReady, int *pNumRead);
+ rsRetVal (*IsReady)(nssel_t *pThis, netstrm_t *pStrm, nsdsel_waitOp_t waitOp, int *pbIsReady, int *piNumReady);
ENDinterface(nssel)
#define nsselCURR_IF_VERSION 1 /* increment whenever you change the interface structure! */