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/trunk/include/client.h (file contents):
Revision 6620 by michael, Sat Oct 24 12:18:13 2015 UTC vs.
Revision 6621 by michael, Sat Oct 24 12:22:13 2015 UTC

# Line 362 | Line 362 | struct Client
362    dlink_node node;
363    dlink_node lnode;             /**< Used for Server->servers/users */
364  
365 <  struct Connection *connection;
365 >  struct Connection *connection;  /**< Connection structure associated with this client */
366    struct Client    *hnext;      /**< For client hash table lookups by name */
367    struct Client    *idhnext;    /**< For SID hash table lookups by sid */
368    struct Server    *serv;       /**< ...defined, if this is a server */

Diff Legend

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