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 1759 by michael, Thu Jan 17 20:39:20 2013 UTC vs.
Revision 1761 by michael, Fri Jan 18 19:21:39 2013 UTC

# Line 270 | Line 270 | stats_memory(struct Client *source_p, in
270    count_whowas_memory(&wwu, &wwm);
271    watch_count_memory(&watch_list_headers, &watch_list_memory);
272  
273 <  sendto_one(source_p, ":%s %d %s z :WATCH headers %u(%u) entries %d(%u)",
273 >  sendto_one(source_p, ":%s %d %s z :WATCH headers %u(%llu) entries %d(%u)",
274               me.name, RPL_STATSDEBUG, source_p->name, watch_list_headers,
275               watch_list_memory, watch_list_entries,
276               watch_list_entries * sizeof(dlink_node) * 2);
# Line 299 | Line 299 | stats_memory(struct Client *source_p, in
299               me.name, RPL_STATSDEBUG, source_p->name,
300               class_count, (unsigned long long)(class_count * sizeof(struct ClassItem)));
301  
302 <  sendto_one(source_p, ":%s %d %s z :Channels %uu(%llu) Topics %u(%u)",
302 >  sendto_one(source_p, ":%s %d %s z :Channels %u(%llu) Topics %u(%u)",
303               me.name, RPL_STATSDEBUG, source_p->name,
304               dlink_list_length(&global_channel_list),
305               channel_memory, topic_count, topic_count *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines