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=6aca56d611a22eb559098f3c02c31634a6f9ff9f;hpb=eae2e0b6f3ec09658c4e5ea54662a2221890fed7 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))