/****************************************************************************** * 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: ******************************************************************************/ /* ---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; }