X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_api.h;h=bc6e2461cce0dae1363a6b96fcf9394c4c4ad202;hp=286792dae8a563c1ecfdcd5feebe16572d3bc4f7;hb=d89b71ab769c6fe11e3efa87d9e93ae4448ecc00;hpb=b3dd66ed1452139236b7101f7d73f19917bd1ea2 diff --git a/php_http_request_api.h b/php_http_request_api.h index 286792d..bc6e246 100644 --- a/php_http_request_api.h +++ b/php_http_request_api.h @@ -48,6 +48,8 @@ typedef struct _http_request_t { void ***tsrm_ls; #endif + uint _in_progress_cb:1; + } http_request; #define http_curl_init(r) http_curl_init_ex(NULL, (r))