- this seems to fix most of the issues with the multi_socket API and libevent
[m6w6/ext-http] / php_http_request_pool_api.h
index 599f7b6235e24fb4072e74c8e0b2089014722de2..c1316622fc4b52f54fcbd325cd7352c69caece8d 100644 (file)
@@ -28,6 +28,7 @@ typedef struct _http_request_pool_t {
 #ifdef HTTP_HAVE_EVENT
        struct event *timeout;
        unsigned useevents:1;
+       unsigned runsocket:1;
 #endif
 } http_request_pool;