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 2180 by michael, Wed May 29 21:14:02 2013 UTC vs.
Revision 2181 by michael, Tue Jun 4 11:03:41 2013 UTC

# Line 34 | Line 34
34   #include "ircd_defs.h"
35   #include "dbuf.h"
36   #include "channel.h"
37 + #include "s_auth.h"
38  
39   /*
40   * status macros.
# Line 357 | Line 358 | struct LocalUser
358      uint64_t bytes;             /**< Statistics: total bytes sent/received */
359    } recv, send;
360  
361 <  struct AuthRequest *auth;
361 >  struct AuthRequest auth;
362    struct Listener *listener;   /**< listener accepted from */
363    dlink_list        acceptlist; /**< clients I'll allow to talk to me */
364    dlink_list        watches;   /**< chain of Watch pointer blocks */

Diff Legend

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