X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_client.h;h=0edd1bb1d29d466652a5dc77d89c3b3e9a156c5b;hp=08743e69ebbaa9188d7a64da3c888bb1b217aa55;hb=d5c7f974d81c724c6fad8b54f1c37ce0795119de;hpb=e1d5ca36e13696a2e87b618165669fc7c53709c1 diff --git a/src/php_http_client.h b/src/php_http_client.h index 08743e6..0edd1bb 100644 --- a/src/php_http_client.h +++ b/src/php_http_client.h @@ -117,6 +117,7 @@ typedef struct php_http_client { php_http_client_debug_callback_t func; void *arg; } debug; + unsigned depth; } callback; zend_llist requests;