aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/util/netevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'external/unbound/util/netevent.h')
-rw-r--r--external/unbound/util/netevent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/unbound/util/netevent.h b/external/unbound/util/netevent.h
index 37322ab93..4b87cdba9 100644
--- a/external/unbound/util/netevent.h
+++ b/external/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;