X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_pool_api.h;h=c5fe971fe06831da78bf90104757c0751a028af3;hp=c1316622fc4b52f54fcbd325cd7352c69caece8d;hb=34c551d43ab4fbfff88a81e545a43fbbf7a8a75d;hpb=b0d260940d93ae0553dde04cea651cb4b19df207 diff --git a/php_http_request_pool_api.h b/php_http_request_pool_api.h index c131662..c5fe971 100644 --- a/php_http_request_pool_api.h +++ b/php_http_request_pool_api.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2007, Michael Wallner | + | Copyright (c) 2004-2010, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -73,6 +73,9 @@ PHP_HTTP_API STATUS _http_request_pool_send(http_request_pool *pool); #define http_request_pool_select _http_request_pool_select PHP_HTTP_API STATUS _http_request_pool_select(http_request_pool *pool); +#define http_request_pool_select_ex _http_request_pool_select_ex +PHP_HTTP_API STATUS _http_request_pool_select_ex(http_request_pool *pool, struct timeval *custom_timeout); + #define http_request_pool_perform(p) _http_request_pool_perform((p)) PHP_HTTP_API int _http_request_pool_perform(http_request_pool *pool);