Home
last modified time | relevance | path

Searched defs:_FcgiProcessInfo (Results 1 – 1 of 1) sorted by relevance

/dports/www/mod_fastcgi/mod_fastcgi-2.4.7.1/
H A Dfcgi.h185 typedef struct _FcgiProcessInfo { struct
187 HANDLE handle; /* process handle */
188 HANDLE terminationEvent; /* Event used to signal process termination */
190 pid_t pid; /* pid of associated process */
191 enum process_state state; /* state of the process */
192 time_t start_time; /* time the process was started */