diff options
Diffstat (limited to 'util/netevent.h')
-rw-r--r-- | util/netevent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/netevent.h b/util/netevent.h index 37322ab933f04..4b87cdba9e51b 100644 --- a/util/netevent.h +++ b/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; |