summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_stream_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_stream_source.h')
-rw-r--r--src/nxt_stream_source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_stream_source.h b/src/nxt_stream_source.h
index 27a6bfc8..2d57073f 100644
--- a/src/nxt_stream_source.h
+++ b/src/nxt_stream_source.h
@@ -14,7 +14,7 @@ typedef void (*nxt_stream_source_handler_t)(nxt_task_t *task,
nxt_stream_source_t *s);
struct nxt_stream_source_s {
- nxt_event_conn_t *conn;
+ nxt_conn_t *conn;
nxt_source_hook_t *next;
nxt_upstream_source_t *upstream;