X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.c;h=9156147dd73f4e162f90f024ad96ff63bd952394;hp=f6b14704607477544b6a34f54cf2144096fe2548;hb=6362b12df725044f3404faceff113e469d8ac860;hpb=54431094d95f3989084755fdb91883b24cf5a9f4 diff --git a/src/net.c b/src/net.c index f6b14704..9156147d 100644 --- a/src/net.c +++ b/src/net.c @@ -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();