m_stats: z: restore total memory display
This commit is contained in:
parent
ae510cce12
commit
7c5b4dbba7
1 changed files with 4 additions and 0 deletions
|
@ -1390,6 +1390,10 @@ stats_memory (struct Client *source_p)
|
||||||
"z :Remote client Memory in use: %ld(%ld)",
|
"z :Remote client Memory in use: %ld(%ld)",
|
||||||
(long)remote_client_count,
|
(long)remote_client_count,
|
||||||
(long)remote_client_memory_used);
|
(long)remote_client_memory_used);
|
||||||
|
|
||||||
|
sendto_one_numeric(source_p, RPL_STATSDEBUG,
|
||||||
|
"z :TOTAL: %zu",
|
||||||
|
total_memory);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue