X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Fsilcd%2Fserver_internal.h;h=b92f80f3471daf9928a9aa009bd08ded54b39f4a;hp=ebbeadab6be30a6f35f6343e6f70271247206f03;hb=816a5b080c797c0db47b7b274a85646343c3466e;hpb=c257b555225193e54d85daf541d29578b3c93882 diff --git a/apps/silcd/server_internal.h b/apps/silcd/server_internal.h index ebbeadab..b92f80f3 100644 --- a/apps/silcd/server_internal.h +++ b/apps/silcd/server_internal.h @@ -4,12 +4,11 @@ Author: Pekka Riikonen - Copyright (C) 1997 - 2003 Pekka Riikonen + Copyright (C) 1997 - 2005 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -62,6 +61,8 @@ typedef struct { SilcUInt32 packets_sent; /* Sent SILC packets */ SilcUInt32 packets_received; /* Received SILC packets */ SilcUInt32 conn_num; /* Number of connections */ + SilcUInt32 commands_sent; /* Commands/replies sent */ + SilcUInt32 commands_received; /* Commands/replies received */ } SilcServerStatistics; /*