X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Fnode.h;h=5b5cc251e25786977c1974489bb58959f2e77f4d;hb=ddc6a81a854023e38b563f213aa9a449ee91add8;hp=b3319e17350ae1e347c993d0a280d80f23d26ce0;hpb=6362b12df725044f3404faceff113e469d8ac860;p=tinc diff --git a/src/node.h b/src/node.h index b3319e17..5b5cc251 100644 --- a/src/node.h +++ b/src/node.h @@ -25,7 +25,6 @@ #include "avl_tree.h" #include "connection.h" -#include "tevent.h" #include "list.h" #include "subnet.h" @@ -80,7 +79,7 @@ typedef struct node_t { length_t minmtu; /* Probed minimum MTU */ length_t maxmtu; /* Probed maximum MTU */ int mtuprobes; /* Number of probes */ - tevent_t *mtuevent; /* Probe event */ + struct event mtuevent; /* Probe event */ } node_t; extern struct node_t *myself;