diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2012-03-21 13:58:51 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2012-03-21 13:58:51 +0000 |
| commit | fbd32d4d19cf7996e1d54b548744639b93f94459 (patch) | |
| tree | d8ea2879887aa37e39587d2d377d8b18c88cdd55 /auto/sources | |
| parent | d4b1e5f58b999ad9c36d150ceb4493662f0188dc (diff) | |
| download | nginx-fbd32d4d19cf7996e1d54b548744639b93f94459.tar.gz nginx-fbd32d4d19cf7996e1d54b548744639b93f94459.tar.bz2 | |
worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.
Diffstat (limited to 'auto/sources')
| -rw-r--r-- | auto/sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index c48c3adf4..374ad667c 100644 --- a/auto/sources +++ b/auto/sources @@ -145,6 +145,7 @@ UNIX_DEPS="$CORE_DEPS $EVENT_DEPS \ src/os/unix/ngx_channel.h \ src/os/unix/ngx_shmem.h \ src/os/unix/ngx_process.h \ + src/os/unix/ngx_setaffinity.h \ src/os/unix/ngx_setproctitle.h \ src/os/unix/ngx_atomic.h \ src/os/unix/ngx_gcc_atomic_x86.h \ @@ -179,6 +180,7 @@ UNIX_SRCS="$CORE_SRCS $EVENT_SRCS \ src/os/unix/ngx_shmem.c \ src/os/unix/ngx_process.c \ src/os/unix/ngx_daemon.c \ + src/os/unix/ngx_setaffinity.c \ src/os/unix/ngx_setproctitle.c \ src/os/unix/ngx_posix_init.c \ src/os/unix/ngx_user.c \ |
