]> granicus.if.org Git - libevent/commit
Refactor new elements of bufferevent into bufferevent_private structure
authorNick Mathewson <nickm@torproject.org>
Mon, 13 Apr 2009 03:08:11 +0000 (03:08 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 13 Apr 2009 03:08:11 +0000 (03:08 +0000)
commit1becc4c4e656213d0f71938029a08a2da04dc97f
tree43cb05c8dae5259aea417e5f911de6dd870bf529
parent6567ecd4c587563be843ee8803417b53d3318cbd
Refactor new elements of bufferevent into bufferevent_private structure

This way we don't expose more of a bufferevent than we need to.  One
motivation is to make it easier to automatically get deferred callbacks
with a bufferevent without exposing the deferred_cb structure.

svn:r1169
bufferevent-internal.h
bufferevent.c
bufferevent_filter.c
bufferevent_pair.c
bufferevent_sock.c
include/event2/bufferevent_struct.h