]> git.ipfire.org Git - thirdparty/tor.git/commit
Isolate Libevent API dependency to just main.c and dns.c in src/or.
authorNick Mathewson <nickm@torproject.org>
Thu, 4 Jun 2009 18:49:16 +0000 (14:49 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 12 Jun 2009 18:27:53 +0000 (14:27 -0400)
commit1e709c79d12b2366d4e1c1ea517e313cc29ee3cd
treebc87d6e2a8da346a061f387174487bdead78b6b0
parent33b1d714e779a714c2d55e5da09d0e3c682f273a
Isolate Libevent API dependency to just main.c and dns.c in src/or.

The rest of the code was only including event.h so that it could see
EV_READ and EV_WRITE, which we were using as part of the
connection_watch_events interface for no very good reason.
src/or/connection.c
src/or/connection_edge.c
src/or/connection_or.c
src/or/directory.c
src/or/dns.c
src/or/main.c
src/or/or.h