On Fri, Aug 31, 2012 at 3:54 PM, Alap Kumar Sinha wrote:
> Hi,
>
> Is there a way to get the file descriptor associated with the evcon object
> of a request (evhttp_request)?
>
evhttp_connection_get_bufferevent + bufferevent_getfd is intended to work.
yrs,
--
Nick
**
Hi,
Is there a way to get the file descriptor associated with the evcon object of a
request (evhttp_request)?
/**/
struct evhttp_connection {
/* we use this tailq only if this connection was created for an http
* server */
TAILQ_ENTRY(evhttp_connection) next;