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:
parent
54431094d9
commit
6362b12df7
9 changed files with 48 additions and 48 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include "avl_tree.h"
|
||||
#include "connection.h"
|
||||
#include "event.h"
|
||||
#include "tevent.h"
|
||||
#include "list.h"
|
||||
#include "subnet.h"
|
||||
|
||||
|
|
@ -80,7 +80,7 @@ typedef struct node_t {
|
|||
length_t minmtu; /* Probed minimum MTU */
|
||||
length_t maxmtu; /* Probed maximum MTU */
|
||||
int mtuprobes; /* Number of probes */
|
||||
event_t *mtuevent; /* Probe event */
|
||||
tevent_t *mtuevent; /* Probe event */
|
||||
} node_t;
|
||||
|
||||
extern struct node_t *myself;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue