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-7.2/modules/m_stats.c (file contents):
Revision 988 by michael, Sun Aug 16 14:00:36 2009 UTC vs.
Revision 1001 by michael, Sat Aug 29 22:44:44 2009 UTC

# Line 318 | Line 318 | mo_stats(struct Client *client_p, struct
318   static void
319   send_usage(struct Client *source_p)
320   {
321 #ifndef _WIN32
321    struct rusage rus;
322    time_t secs;
323    time_t rup;
# Line 370 | Line 369 | send_usage(struct Client *source_p)
369    sendto_one(source_p, ":%s %d %s R :Signals %d Context Vol. %d Invol %d",
370               me.name, RPL_STATSDEBUG, source_p->name, (int)rus.ru_nsignals,
371               (int)rus.ru_nvcsw, (int)rus.ru_nivcsw);
373 #endif
372   }
373  
374   static void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines