| # | Line 24 | Line 24 | |
|---|---|---|
| 24 | ||
| 25 | #include "stdinc.h" | |
| 26 | #include "list.h" /* dlink_node/dlink_list */ | |
| 27 | – | #include "balloc.h" |
| 27 | #include "client.h" /* Client */ | |
| 28 | #include "irc_string.h" | |
| 29 | #include "ircd.h" /* me */ | |
| # | Line 365 | Line 364 | stats_memory(struct Client *source_p, in | |
| 364 | me.name, RPL_STATSDEBUG, source_p->name, remote_client_count, | |
| 365 | remote_client_memory_used); | |
| 366 | ||
| 368 | – | block_heap_report_stats(source_p); |
| 369 | – | |
| 367 | sendto_one(source_p, | |
| 368 | ":%s %d %s z :TOTAL: %llu", | |
| 369 | me.name, RPL_STATSDEBUG, source_p->name, | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |