aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/unix/ngx_channel.h')
-rw-r--r--src/os/unix/ngx_channel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/os/unix/ngx_channel.h b/src/os/unix/ngx_channel.h
index d7a9f6b54..362cc649a 100644
--- a/src/os/unix/ngx_channel.h
+++ b/src/os/unix/ngx_channel.h
@@ -15,10 +15,10 @@
typedef struct {
- ngx_uint_t command;
- ngx_pid_t pid;
- ngx_int_t slot;
- ngx_fd_t fd;
+ ngx_uint_t command;
+ ngx_pid_t pid;
+ ngx_int_t slot;
+ ngx_fd_t fd;
} ngx_channel_t;