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