]> granicus.if.org Git - libevent/commit
r15193@tombo: nickm | 2008-04-16 16:00:35 -0400
authorNick Mathewson <nickm@torproject.org>
Wed, 16 Apr 2008 20:01:51 +0000 (20:01 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 16 Apr 2008 20:01:51 +0000 (20:01 +0000)
commit0ac73078ed42b5185a45610534ce3475ba6c27e7
tree2d3af640d5f35a33ea14c3e3499e37d54be31a70
parentf560198e4598fe1b1fe471c9f3da2251edf87105
 r15193@tombo:  nickm | 2008-04-16 16:00:35 -0400
 Split event.h into several new headers in include/event2.  event.h is now just a wrapper that includes all the subheaders.

svn:r711
19 files changed:
buffer.c
evbuffer.c
event.c
event.h
event_tagging.c
evutil.c
evutil.h
include/Makefile.am
include/event2/bufferevent.h [new file with mode: 0644]
include/event2/bufferevent_struct.h [new file with mode: 0644]
include/event2/event.h [new file with mode: 0644]
include/event2/event_compat.h [new file with mode: 0644]
include/event2/event_struct.h [new file with mode: 0644]
include/event2/tag.h [new file with mode: 0644]
include/event2/util.h [new file with mode: 0644]
kqueue.c
poll.c
select.c
signal.c