comparison src/os/unix/ngx_process_cycle.h @ 360:239e37d44a34

nginx-0.0.7-2004-06-18-20:22:16 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 18 Jun 2004 16:22:16 +0000
parents eaf1f651cf86
children e411b1482ee3
comparison
equal deleted inserted replaced
359:a3e622ab7ee7 360:239e37d44a34
14 14
15 15
16 typedef struct { 16 typedef struct {
17 ngx_uint_t command; 17 ngx_uint_t command;
18 ngx_pid_t pid; 18 ngx_pid_t pid;
19 ngx_int_t slot;
19 ngx_fd_t fd; 20 ngx_fd_t fd;
20 } ngx_channel_t; 21 } ngx_channel_t;
21 22
22 23
23 typedef struct { 24 typedef struct {