summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-05-08 14:27:20 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-05-08 14:27:20 +0000
commit702ba5ecad8d2c9df034727253b94098fb09e711 (patch)
treecb373a9f1a974b18330307221aa5c72741604cc9 /config.h.in
parent08d1f29173d43744e37bcbd4259777096e2398f2 (diff)
- Tweaked various mempool chunk sizes
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@1965 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 1ac7001..54b35b8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -237,12 +237,21 @@
/* Size of the dns mempool chunk. */
#undef MP_CHUNK_SIZE_DNS
+/* Size of the ip_entry mempool chunk. */
+#undef MP_CHUNK_SIZE_IP_ENTRY
+
/* Size of the local client mempool chunk. */
#undef MP_CHUNK_SIZE_LCLIENT
-/* Size of the channel mempool chunk. */
+/* Size of the channel-member mempool chunk. */
#undef MP_CHUNK_SIZE_MEMBER
+/* Size of the namehost mempool chunk. */
+#undef MP_CHUNK_SIZE_NAMEHOST
+
+/* Size of the userhost mempool chunk. */
+#undef MP_CHUNK_SIZE_USERHOST
+
/* Size of the watch mempool chunk. */
#undef MP_CHUNK_SIZE_WATCH