ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/config.h.in
(Generate patch)

Comparing ircd-hybrid/trunk/config.h.in (file contents):
Revision 1921 by michael, Tue Apr 30 14:54:20 2013 UTC vs.
Revision 1964 by michael, Wed May 8 14:27:02 2013 UTC

# Line 237 | Line 237
237   /* Size of the dns mempool chunk. */
238   #undef MP_CHUNK_SIZE_DNS
239  
240 + /* Size of the ip_entry mempool chunk. */
241 + #undef MP_CHUNK_SIZE_IP_ENTRY
242 +
243   /* Size of the local client mempool chunk. */
244   #undef MP_CHUNK_SIZE_LCLIENT
245  
246 < /* Size of the channel mempool chunk. */
246 > /* Size of the channel-member mempool chunk. */
247   #undef MP_CHUNK_SIZE_MEMBER
248  
249 + /* Size of the namehost mempool chunk. */
250 + #undef MP_CHUNK_SIZE_NAMEHOST
251 +
252 + /* Size of the userhost mempool chunk. */
253 + #undef MP_CHUNK_SIZE_USERHOST
254 +
255   /* Size of the watch mempool chunk. */
256   #undef MP_CHUNK_SIZE_WATCH
257  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines