ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/watch.h
(Generate patch)

Comparing ircd-hybrid/trunk/include/watch.h (file contents):
Revision 8437 by michael, Thu Mar 29 09:05:34 2018 UTC vs.
Revision 8590 by michael, Sun Oct 21 15:44:08 2018 UTC

# Line 35 | Line 35 | struct Watch
35    dlink_node node;  /**< List node; linked into watchTable */
36    dlink_list watched_by;  /**< List of clients that have this entry on their watch list */
37    uintmax_t lasttime;  /**< Last time the client was seen */
38 +  unsigned int hash_value; /**< Cached hash value of Watch::name */
39    char name[NICKLEN + 1];  /**< Name of the client to watch */
40   };
41  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines