X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnode.h;h=a612e93ba404ca4840e2d4020574b05010338fc7;hb=3321591d93d00326eee01fa7c78fb0d56b3d0fba;hp=b3319e17350ae1e347c993d0a280d80f23d26ce0;hpb=6362b12df725044f3404faceff113e469d8ac860;p=tinc diff --git a/src/node.h b/src/node.h index b3319e17..a612e93b 100644 --- a/src/node.h +++ b/src/node.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 */ - tevent_t *mtuevent; /* Probe event */ + struct event mtuevent; /* Probe event */ } node_t; extern struct node_t *myself;