Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
ngx_process_t Struct Reference

#include <ngx_process.h>

Collaboration diagram for ngx_process_t:
Collaboration graph
[legend]

Data Fields

ngx_pid_t pid
int status
ngx_socket_t channel [2]
ngx_spawn_proc_pt proc
void * data
char * name
unsigned respawn:1
unsigned just_spawn:1
unsigned detached:1
unsigned exiting:1
unsigned exited:1

Detailed Description

Definition at line 22 of file ngx_process.h.

Field Documentation

ngx_socket_t channel[2]

Definition at line 25 of file ngx_process.h.

void* data

Definition at line 28 of file ngx_process.h.

unsigned detached

Definition at line 33 of file ngx_process.h.

unsigned exited

Definition at line 35 of file ngx_process.h.

unsigned exiting

Definition at line 34 of file ngx_process.h.

unsigned just_spawn

Definition at line 32 of file ngx_process.h.

char* name

Definition at line 29 of file ngx_process.h.

ngx_pid_t pid

Definition at line 23 of file ngx_process.h.

Definition at line 27 of file ngx_process.h.

unsigned respawn

Definition at line 31 of file ngx_process.h.

int status

Definition at line 24 of file ngx_process.h.


The documentation for this struct was generated from the following file: