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

Comparing ircd-hybrid-7.2/include/client.h (file contents):
Revision 875 by db, Tue Feb 27 02:58:49 2007 UTC vs.
Revision 876 by michael, Wed Oct 24 21:51:21 2007 UTC

# Line 218 | Line 218 | struct LocalUser
218    } recv, send;
219  
220    struct Listener *listener;   /* listener accepted from */
221 +  dlink_list        watches;   /* chain of Watch pointer blocks */
222    dlink_list        confs;     /* Configuration record associated */
223    dlink_list        invited;   /* chain of invite pointer blocks */
224    struct irc_ssaddr ip;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines