summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_conn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_conn.h')
-rw-r--r--src/nxt_conn.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nxt_conn.h b/src/nxt_conn.h
index 32cad432..e3204bfa 100644
--- a/src/nxt_conn.h
+++ b/src/nxt_conn.h
@@ -155,7 +155,9 @@ struct nxt_conn_s {
nxt_task_t task;
nxt_log_t log;
- nxt_listen_event_t *listen;
+ /* STUB: socket.data should be used later. */
+ void *joint;
+
nxt_sockaddr_t *remote;
nxt_sockaddr_t *local;
const char *action;