- The big forward port. I probably broke lots of stuff, so please look over any
[ircu2.10.12-pk.git] / include / struct.h
index 2975fecbc19b2109c608f5255526518c98e3ca2a..b173c3024aa123ebd8fa8045d94b53422d72011d 100644 (file)
@@ -52,6 +52,10 @@ struct Server {
   unsigned short  nn_last;      /* Last numeric nick for p9 servers only */
   unsigned int    nn_mask;      /* [Remote] FD_SETSIZE - 1 */
   char          nn_capacity[4]; /* numeric representation of server capacity */
+  
+  int            asll_rtt;     /* AsLL round-trip time */
+  int            asll_to;      /* AsLL upstream lag */
+  int            asll_from;    /* AsLL downstream lag */
 
   char *last_error_msg;         /* Allocated memory with last message receive with an ERROR */
   char by[NICKLEN + 1];