diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-06-14 15:18:52 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-06-14 15:18:52 +0300 |
commit | 7574c64992b98d3dfbc3dd101bd0f7d78bad0823 (patch) | |
tree | 3a98c46e88d9023df34be3e6cce4f762d53aad36 /src/nxt_stream_source.h | |
parent | 3e2632688f53c4cb08e7ac03c61e71facd038df4 (diff) | |
download | unit-7574c64992b98d3dfbc3dd101bd0f7d78bad0823.tar.gz unit-7574c64992b98d3dfbc3dd101bd0f7d78bad0823.tar.bz2 |
nxt_event_conn_... functions and structures have been renamed
to nxt_conn_...
Diffstat (limited to '')
-rw-r--r-- | src/nxt_stream_source.h | 2 |
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; |