Merge end-of-December changes from HEAD to u2_10_12_branch.
[ircu2.10.12-pk.git] / include / struct.h
index b7041669c0669fe655d6fa8e311cb371d6d09a9e..cd2712c931c8b8897b0b247c70c897ca90a7ccf3 100644 (file)
@@ -57,6 +57,7 @@ struct Server {
   int            asll_rtt;      /**< AsLL round-trip time */
   int            asll_to;       /**< AsLL upstream lag */
   int            asll_from;     /**< AsLL downstream lag */
+  time_t         asll_last;     /**< Last time we sent or received an AsLL ping */
 
   char *last_error_msg;         /**< Allocated memory with last message receive with an ERROR */
   char by[NICKLEN + 1];         /**< Numnick of client who requested the link */