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

Comparing ircd-hybrid-7.2/include/s_auth.h (file contents):
Revision 992 by michael, Mon Aug 17 19:19:16 2009 UTC vs.
Revision 998 by michael, Sun Aug 23 12:43:17 2009 UTC

# Line 28 | Line 28
28   #include "irc_res.h"
29   #include "hook.h"
30  
31 /* How many auth allocations to allocate in a block. I'm guessing that
32 * a good number here is 64, because these are temporary and don't live
33 * as long as clients do.
34 *     -- adrian
35 */
36 #define AUTH_BLOCK_SIZE 64
31  
32   struct Client;
33  

Diff Legend

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