X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_client_pool.h;h=68ba369c611836d8221433f4da0cc1ede7a59fe1;hb=5c2aacdbafcaad2ddae8ce80db86b59bd00208ec;hp=50b5856a36fc03481ddb297f0b214b90c5eb8aaa;hpb=c52a84fd06e87bf72eb98e83abfff29779b0681c;p=m6w6%2Fext-http 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 {