[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[Libevent-users] remote client adress in evhttp_connection_set_closecb



Hello,

I was trying to log the remote client ip address when connection is closed but somehow I didn't get the includes right to access the (struct evhttp_connection *) address member.
Do I have to include "http-internal.h"? (which didn't work using 2.0.2-alpha). Do I need any other includes?

Thanks