ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_stats.c
(Generate patch)

Comparing ircd-hybrid/trunk/modules/m_stats.c (file contents):
Revision 1653 by michael, Tue Nov 13 20:28:53 2012 UTC vs.
Revision 1654 by michael, Fri Nov 16 19:39:37 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)