summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_conn.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/nxt_conn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nxt_conn.h b/src/nxt_conn.h
index 92686703..534fe85f 100644
--- a/src/nxt_conn.h
+++ b/src/nxt_conn.h
@@ -106,6 +106,7 @@ typedef struct {
uint32_t ready;
uint32_t batch;
+ uint32_t count;
/* An accept() interface is cached to minimize memory accesses. */
nxt_work_handler_t accept;
@@ -156,8 +157,7 @@ struct nxt_conn_s {
nxt_task_t task;
nxt_log_t log;
- /* STUB: socket.data should be used later. */
- void *joint;
+ nxt_listen_event_t *listen;
nxt_sockaddr_t *remote;
nxt_sockaddr_t *local;