Rename "event_t" to "tevent_t", along with associated functions.
authorScott Lamb <slamb@slamb.org>
Tue, 27 Feb 2007 01:26:11 +0000 (01:26 +0000)
committerScott Lamb <slamb@slamb.org>
Tue, 27 Feb 2007 01:26:11 +0000 (01:26 +0000)
commit6362b12df725044f3404faceff113e469d8ac860
tree727d0e0c746cf1d90680410188a544d7e7fdb678
parent54431094d95f3989084755fdb91883b24cf5a9f4
Rename "event_t" to "tevent_t", along with associated functions.
This relieves some confusion and problems during the libevent transition.
In particular, "event_add" was defined by both.
(The 't' stands for 'timeout', 'tinc', 'temporary', or some such.)
src/Makefile.am
src/net.c
src/net_packet.c
src/net_setup.c
src/net_socket.c
src/node.c
src/node.h
src/tevent.c [moved from src/event.c with 68% similarity]
src/tevent.h [moved from src/event.h with 75% similarity]