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

Comparing ircd-hybrid/trunk/src/channel.c (file contents):
Revision 3022 by michael, Mon Feb 24 20:41:16 2014 UTC vs.
Revision 3045 by michael, Tue Feb 25 21:38:23 2014 UTC

# Line 61 | Line 61 | channel_init(void)
61   {
62    add_capability("EX", CAP_EX, 1);
63    add_capability("IE", CAP_IE, 1);
64  add_capability("CHW", CAP_CHW, 1);
64  
65    channel_pool = mp_pool_new(sizeof(struct Channel), MP_CHUNK_SIZE_CHANNEL);
66    ban_pool = mp_pool_new(sizeof(struct Ban), MP_CHUNK_SIZE_BAN);

Diff Legend

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