From e57b95a92333fa7ff558737b0ba2b76894cc0412 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 1 Feb 2017 20:03:45 +0300 Subject: Process channels have been renamed to ports. --- src/nxt_cycle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_cycle.h') diff --git a/src/nxt_cycle.h b/src/nxt_cycle.h index 2e7b0504..4a5b656d 100644 --- a/src/nxt_cycle.h +++ b/src/nxt_cycle.h @@ -47,7 +47,7 @@ struct nxt_cycle_s { nxt_cycle_cont_t continuation; #endif - nxt_array_t *processes; /* of nxt_process_chan_t */ + nxt_array_t *processes; /* of nxt_process_port_t */ nxt_list_t *log_files; /* of nxt_file_t */ -- cgit