X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_pool_api.h;h=c1316622fc4b52f54fcbd325cd7352c69caece8d;hp=599f7b6235e24fb4072e74c8e0b2089014722de2;hb=b0d260940d93ae0553dde04cea651cb4b19df207;hpb=6c4a552c1ad7b0018afb57a3d0028c2be166a30a diff --git a/php_http_request_pool_api.h b/php_http_request_pool_api.h index 599f7b6..c131662 100644 --- a/php_http_request_pool_api.h +++ b/php_http_request_pool_api.h @@ -28,6 +28,7 @@ typedef struct _http_request_pool_t { #ifdef HTTP_HAVE_EVENT struct event *timeout; unsigned useevents:1; + unsigned runsocket:1; #endif } http_request_pool;