diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-02-01 20:03:45 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-02-01 20:03:45 +0300 |
commit | e57b95a92333fa7ff558737b0ba2b76894cc0412 (patch) | |
tree | b2de846a4fd958517be379b552f38652dd6d9078 /src/nxt_cycle.h | |
parent | 6e67bee0f4f96ad0a7d1a231dfdae8431714c66a (diff) | |
download | unit-e57b95a92333fa7ff558737b0ba2b76894cc0412.tar.gz unit-e57b95a92333fa7ff558737b0ba2b76894cc0412.tar.bz2 |
Process channels have been renamed to ports.
Diffstat (limited to 'src/nxt_cycle.h')
-rw-r--r-- | src/nxt_cycle.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |