diff options
Diffstat (limited to 'src/os/win32/ngx_process.h')
-rw-r--r-- | src/os/win32/ngx_process.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/os/win32/ngx_process.h b/src/os/win32/ngx_process.h index 9246a9bfb..a6a5aa29f 100644 --- a/src/os/win32/ngx_process.h +++ b/src/os/win32/ngx_process.h @@ -21,6 +21,9 @@ typedef DWORD ngx_pid_t; (sizeof("ngx_cache_manager_mutex_") + NGX_INT32_LEN) +typedef uint64_t ngx_cpuset_t; + + typedef struct { HANDLE handle; ngx_pid_t pid; |