comparison src/os/unix/ngx_process.h @ 4549:f31162fefe01

worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 21 Mar 2012 13:58:51 +0000
parents d620f497c50f
children 8b84d60ef13d
comparison
equal deleted inserted replaced
4548:4c1e6cef1453 4549:f31162fefe01
7 7
8 #ifndef _NGX_PROCESS_H_INCLUDED_ 8 #ifndef _NGX_PROCESS_H_INCLUDED_
9 #define _NGX_PROCESS_H_INCLUDED_ 9 #define _NGX_PROCESS_H_INCLUDED_
10 10
11 11
12 #include <ngx_setaffinity.h>
12 #include <ngx_setproctitle.h> 13 #include <ngx_setproctitle.h>
13 14
14 15
15 typedef pid_t ngx_pid_t; 16 typedef pid_t ngx_pid_t;
16 17