X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=92cd23b4f08028992a57ed2dcc23da6f12a8d40d;hb=f02d3ed3e135b5326003e7f69f8331ff6a3cc219;hp=495c38e159680de85c90650209649b76006f0b12;hpb=0f6f54ff8aa96d981f68b5b71c7126b8fdbead6c;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;