--- ircd-hybrid/trunk/include/watch.h 2019/04/21 22:49:51 8916 +++ ircd-hybrid/trunk/include/watch.h 2019/04/21 22:50:42 8917 @@ -34,8 +34,8 @@ { dlink_node node; /**< List node; linked into watchTable */ dlink_list watched_by; /**< List of clients that have this entry on their watch list */ - uintmax_t lasttime; /**< Last time the client was seen */ - unsigned int hash_value; /**< Cached hash value of Watch::name */ + uintmax_t lasttime; /**< Last time the client was seen; real time */ + unsigned int hash_value; /**< Cached hash value derived from Watch::name */ char name[NICKLEN + 1]; /**< Name of the client to watch */ };