X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_pool_api.h;fp=php_http_request_pool_api.h;h=79a3e4ef946111cb1ec3a7a98a0ca5f4e94b9e12;hp=986c9ed0b7df954bea531bd9779dc7474ab6a74d;hb=ccd556e32e7264830790ec13b72a9b0e3760684b;hpb=64616c6675baf9dd168a7e2763e3124db0219921 diff --git a/php_http_request_pool_api.h b/php_http_request_pool_api.h index 986c9ed..79a3e4e 100644 --- a/php_http_request_pool_api.h +++ b/php_http_request_pool_api.h @@ -16,7 +16,7 @@ #define PHP_HTTP_REQUEST_POOL_API_H #ifdef HTTP_HAVE_CURL -typedef struct { +typedef struct _http_request_pool_t { CURLM *ch; zend_llist finished; zend_llist handles;