X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnode.h;h=b3319e17350ae1e347c993d0a280d80f23d26ce0;hp=4b3224e3cab4da7822f5441c729598a03a50a8de;hb=6362b12df725044f3404faceff113e469d8ac860;hpb=54431094d95f3989084755fdb91883b24cf5a9f4 diff --git a/src/node.h b/src/node.h index 4b3224e3..b3319e17 100644 --- a/src/node.h +++ b/src/node.h @@ -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;