X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnode.h;h=a612e93ba404ca4840e2d4020574b05010338fc7;hp=b3319e17350ae1e347c993d0a280d80f23d26ce0;hb=3321591d93d00326eee01fa7c78fb0d56b3d0fba;hpb=ee7844905f63872e12cd12f5a3d1a62220594831 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;