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

Comparing ircd-hybrid-8/include/client.h (file contents):
Revision 1358 by michael, Sun Apr 22 13:49:23 2012 UTC vs.
Revision 1386 by michael, Tue May 1 11:35:46 2012 UTC

# Line 61 | Line 61 | enum addr_mask_type
61   /*! \brief Server structure */
62   struct Server
63   {
64  struct ConfItem *sconf; /**< ConfItem connect{} pointer for this server */
64    dlink_list server_list; /**< Servers on this server */
65    dlink_list client_list; /**< Clients on this server */
66    char by[NICKLEN];       /**< who activated this connection */

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)