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-7.2/include/client.h (file contents):
Revision 982 by michael, Thu Aug 13 22:15:08 2009 UTC vs.
Revision 992 by michael, Mon Aug 17 19:19:16 2009 UTC

# Line 202 | Line 202 | struct LocalUser
202      uint64_t bytes;             /* Statistics: total bytes sent/received */
203    } recv, send;
204  
205 +  struct AuthRequest *auth;
206    struct Listener *listener;   /* listener accepted from */
207    dlink_list        acceptlist; /* clients I'll allow to talk to me */
208    dlink_list        watches;   /* chain of Watch pointer blocks */
# Line 209 | Line 210 | struct LocalUser
210    dlink_list        invited;   /* chain of invite pointer blocks */
211    struct irc_ssaddr ip;
212    int               aftype;     /* Makes life easier for DNS res in IPV6 */
212  struct DNSQuery   *dns_query; /* result returned from resolver query */
213    time_t last; /* Last time we got a PRIVMSG */
214  
215    char              *passwd;

Diff Legend

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