X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_client_pool.h;h=68ba369c611836d8221433f4da0cc1ede7a59fe1;hp=50b5856a36fc03481ddb297f0b214b90c5eb8aaa;hb=a18e662d5ff2c4e7051e028f8002dbba720cccd6;hpb=c52a84fd06e87bf72eb98e83abfff29779b0681c diff --git a/php_http_client_pool.h b/php_http_client_pool.h index 50b5856..68ba369 100644 --- a/php_http_client_pool.h +++ b/php_http_client_pool.h @@ -41,6 +41,8 @@ typedef struct php_http_client_pool_ops { php_http_client_pool_attach_func_t attach; php_http_client_pool_detach_func_t detach; php_http_client_pool_setopt_func_t setopt; + php_http_new_t create_object; + zend_class_entry *(*class_entry)(void); } php_http_client_pool_ops_t; typedef struct php_http_client_pool {