src/server/safs/cgi.h

changeset 530
1e117b5d6710
parent 521
536a2305f3fa
child 534
bf62eddbdb9b
equal deleted inserted replaced
529:cd606400f0ba 530:1e117b5d6710
138 /* 138 /*
139 * cgi pipe (stdout) EOF 139 * cgi pipe (stdout) EOF
140 */ 140 */
141 WSBool cgi_eof; 141 WSBool cgi_eof;
142 142
143 /*
144 * Last kill signal sent to the cgi process
145 */
146 int cgi_kill;
147
143 WSBool debug_finished; 148 WSBool debug_finished;
144 149
145 /* 150 /*
146 * number of currently open events (stdout, stderr, [stdout]) 151 * number of currently open events (stdout, stderr, [stdout])
147 */ 152 */

mercurial