/******************************************************************************
* This file is Copyright 1993, 2003 by Philip G. Richards, Radim Kolar
* All Rights Reserved.
* See the file README that came with this distribution for permissions on
* code usage, copying, and distribution. It comes with absolutely no warranty.
* email: <pgr@prg.ox.ac.uk>
******************************************************************************/
/* ---INFOBEGIN--- * DO NOT DELETE THIS COMMENT BLOCK!!!
COMMAND stat none "display communication stats"
* ---INFOEND--- */
#include "client.h"
#include "table.h"
int
lstat_main(int argc, char *const*argv, char **envp)
{
print_comm_stats(STDERR);
fflush(STDERR);
return 0;
}
syntax highlighted by Code2HTML, v. 0.9.1