]> granicus.if.org Git - libevent/commit
evhttp: Add evhttp_foreach_bound_socket.
authorSamy Al Bahra <sbahra@appnexus.com>
Mon, 24 Oct 2011 01:31:55 +0000 (01:31 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 26 Oct 2011 02:17:24 +0000 (22:17 -0400)
commita2c48e3be814cf5f4ab6707cdf285731a8524820
tree0270d8021c25a9d6d3d9e9f938fd3b56033b51f3
parent356554c8dc549280bc9695d189805ca9134034ad
evhttp: Add evhttp_foreach_bound_socket.

Applies the function specified in the first argument to all
evhttp_bound_sockets associated with a struct evhttp. The user
must not attempt to free or remove any connections, sockets or
listeners in the callback function.
http.c
include/event2/http.h