diff options
Diffstat (limited to '')
-rw-r--r-- | src/nxt_sendbuf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nxt_sendbuf.c b/src/nxt_sendbuf.c index e8fbe2a0..361cb0cd 100644 --- a/src/nxt_sendbuf.c +++ b/src/nxt_sendbuf.c @@ -202,8 +202,8 @@ nxt_sendbuf_file_coalesce(nxt_sendbuf_coalesce_t *sb) ssize_t -nxt_sendbuf_copy_coalesce(nxt_event_conn_t *c, nxt_buf_mem_t *bm, - nxt_buf_t *b, size_t limit) +nxt_sendbuf_copy_coalesce(nxt_conn_t *c, nxt_buf_mem_t *bm, nxt_buf_t *b, + size_t limit) { size_t size, bsize, copied; ssize_t n; |