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.)
This commit is contained in:
Scott Lamb 2007-02-27 01:26:11 +00:00
parent 54431094d9
commit 6362b12df7
9 changed files with 48 additions and 48 deletions

View file

@ -29,7 +29,7 @@
#include "conf.h"
#include "connection.h"
#include "device.h"
#include "event.h"
#include "tevent.h"
#include "graph.h"
#include "logger.h"
#include "meta.h"
@ -355,7 +355,7 @@ int main_loop(void)
struct timeval tv;
int r, maxfd;
time_t last_ping_check, last_config_check, last_graph_dump;
event_t *event;
tevent_t *event;
cp();