summaryrefslogtreecommitdiffstats
path: root/runtime/nsdsel_gtls.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/nsdsel_gtls.h')
-rw-r--r--runtime/nsdsel_gtls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/nsdsel_gtls.h b/runtime/nsdsel_gtls.h
index 7c2df684..709ccd03 100644
--- a/runtime/nsdsel_gtls.h
+++ b/runtime/nsdsel_gtls.h
@@ -31,6 +31,7 @@ typedef nsdsel_if_t nsdsel_gtls_if_t; /* we just *implement* this interface */
struct nsdsel_gtls_s {
BEGINobjInstance; /* Data to implement generic object - MUST be the first data element! */
nsdsel_t *pTcp; /* our aggregated ptcp sel handler (which does almost everything) */
+ int iBufferRcvReady; /* number of descriptiors where no RD select is needed because we have data in buf */
};
/* interface is defined in nsd.h, we just implement it! */