| 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 |
|
|