From 7574c64992b98d3dfbc3dd101bd0f7d78bad0823 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 14 Jun 2017 15:18:52 +0300 Subject: nxt_event_conn_... functions and structures have been renamed to nxt_conn_... --- src/nxt_stream_source.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_stream_source.h') 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; -- cgit