From b379dae85e6edcb4af1ac665ab66d99e63bf34f4 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 22 Feb 2017 15:10:28 +0300 Subject: Port changes. --- src/nxt_cycle.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/nxt_cycle.h') diff --git a/src/nxt_cycle.h b/src/nxt_cycle.h index 6dbde173..088a91c3 100644 --- a/src/nxt_cycle.h +++ b/src/nxt_cycle.h @@ -16,7 +16,6 @@ typedef enum { } nxt_process_type_e; -typedef struct nxt_cycle_s nxt_cycle_t; typedef void (*nxt_cycle_cont_t)(nxt_task_t *task, nxt_cycle_t *cycle); @@ -47,7 +46,7 @@ struct nxt_cycle_s { nxt_cycle_cont_t continuation; #endif - nxt_array_t *processes; /* of nxt_process_port_t */ + nxt_array_t *ports; /* of nxt_port_t */ nxt_list_t *log_files; /* of nxt_file_t */ -- cgit