From 0f19bfa8a0c452238245c405e278a630a6c2ac15 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Mon, 6 Dec 2010 16:06:01 +0200 Subject: [PATCH] =?utf8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD?= =?utf8?q?=20=D1=82=D0=B8=D0=BF=20=D1=85=D1=80=D0=B0=D0=BD=D1=8F=D1=89?= =?utf8?q?=D0=B8=D0=B9=20=D0=B4=D0=B5=D1=82=D0=B0=D0=BB=D1=8C=D0=BD=D1=83?= =?utf8?q?=D1=8E=20=D1=81=D1=82=D0=B0=D1=82=D0=B8=D1=81=D1=82=D0=B8=D0=BA?= =?utf8?q?=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- include/user_stat.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/user_stat.h b/include/user_stat.h index eeb73df6..126c20f4 100644 --- a/include/user_stat.h +++ b/include/user_stat.h @@ -28,6 +28,7 @@ #define USER_STAT_H #include +#include #include "os_int.h" #include "resetable.h" @@ -118,6 +119,8 @@ struct USER_STAT time_t lastActivityTime; }; //----------------------------------------------------------------------------- +typedef std::map TRAFF_STAT; +//----------------------------------------------------------------------------- struct USER_STAT_RES { USER_STAT_RES() -- 2.43.2