comparison src/os/unix/ngx_os.h @ 6483:3a50ccd94333

Fixed ngx_os_signal_process() prototype.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 31 Mar 2016 22:00:33 +0300
parents 8f038068f4bc
children 56fc55e32f23
comparison
equal deleted inserted replaced
6482:2b7dacb381ed 6483:3a50ccd94333
37 ngx_int_t ngx_os_init(ngx_log_t *log); 37 ngx_int_t ngx_os_init(ngx_log_t *log);
38 void ngx_os_status(ngx_log_t *log); 38 void ngx_os_status(ngx_log_t *log);
39 ngx_int_t ngx_os_specific_init(ngx_log_t *log); 39 ngx_int_t ngx_os_specific_init(ngx_log_t *log);
40 void ngx_os_specific_status(ngx_log_t *log); 40 void ngx_os_specific_status(ngx_log_t *log);
41 ngx_int_t ngx_daemon(ngx_log_t *log); 41 ngx_int_t ngx_daemon(ngx_log_t *log);
42 ngx_int_t ngx_os_signal_process(ngx_cycle_t *cycle, char *sig, ngx_int_t pid); 42 ngx_int_t ngx_os_signal_process(ngx_cycle_t *cycle, char *sig, ngx_pid_t pid);
43 43
44 44
45 ssize_t ngx_unix_recv(ngx_connection_t *c, u_char *buf, size_t size); 45 ssize_t ngx_unix_recv(ngx_connection_t *c, u_char *buf, size_t size);
46 ssize_t ngx_readv_chain(ngx_connection_t *c, ngx_chain_t *entry, off_t limit); 46 ssize_t ngx_readv_chain(ngx_connection_t *c, ngx_chain_t *entry, off_t limit);
47 ssize_t ngx_udp_unix_recv(ngx_connection_t *c, u_char *buf, size_t size); 47 ssize_t ngx_udp_unix_recv(ngx_connection_t *c, u_char *buf, size_t size);