X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=92cd23b4f08028992a57ed2dcc23da6f12a8d40d;hb=ddc6a81a854023e38b563f213aa9a449ee91add8;hp=495c38e159680de85c90650209649b76006f0b12;hpb=7e1117197ca4fc62af93fda50e28e0ff06cb736c;p=tinc diff --git a/src/connection.h b/src/connection.h index 495c38e1..92cd23b4 100644 --- a/src/connection.h +++ b/src/connection.h @@ -104,7 +104,6 @@ typedef struct connection_t { struct event outev; /* events on this metadata connection */ time_t last_ping_time; /* last time we saw some activity from the other end or pinged them */ - time_t last_flushed_time; /* last time buffer was empty. Only meaningful if outbuflen > 0 */ avl_tree_t *config_tree; /* Pointer to configuration tree belonging to him */ } connection_t;