summaryrefslogtreecommitdiffstats
path: root/contrib/unbound/util/netevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/util/netevent.h')
-rw-r--r--contrib/unbound/util/netevent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/unbound/util/netevent.h b/contrib/unbound/util/netevent.h
index 37322ab..4b87cdb 100644
--- a/contrib/unbound/util/netevent.h
+++ b/contrib/unbound/util/netevent.h
@@ -164,6 +164,8 @@ struct comm_point {
/* -------- TCP Accept -------- */
/** the number of TCP handlers for this tcp-accept socket */
int max_tcp_count;
+ /** current number of tcp handler in-use for this accept socket */
+ int cur_tcp_count;
/** malloced array of tcp handlers for a tcp-accept,
of size max_tcp_count. */
struct comm_point** tcp_handlers;
OpenPOWER on IntegriCloud