]> git.meshlink.io Git - meshlink/blobdiff - src/net.c
Rename "event_t" to "tevent_t", along with associated functions.
[meshlink] / src / net.c
index f6b14704607477544b6a34f54cf2144096fe2548..9156147dd73f4e162f90f024ad96ff63bd952394 100644 (file)
--- 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();