X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnode.h;h=5b5cc251e25786977c1974489bb58959f2e77f4d;hb=bf6490825eabdf4eda6e64f2e5fcd690db7b72ce;hp=4b3224e3cab4da7822f5441c729598a03a50a8de;hpb=1728d5b2c43b33700a9997f97fe8503ad1cf3585;p=tinc diff --git a/src/node.h b/src/node.h index 4b3224e3..5b5cc251 100644 --- a/src/node.h +++ b/src/node.h @@ -25,7 +25,6 @@ #include "avl_tree.h" #include "connection.h" -#include "event.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 */ - event_t *mtuevent; /* Probe event */ + struct event mtuevent; /* Probe event */ } node_t; extern struct node_t *myself;