]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/include/stg/servconf_types.h
Code cleanup.
[stg.git] / stglibs / srvconf.lib / include / stg / servconf_types.h
index 3fd1c7c57a26d771ae8ab1c47560db83f16982a5..2217250666ad07cbb109e47610110ff4f5a8112e 100644 (file)
@@ -141,8 +141,9 @@ struct INFO
     double      credit;
     time_t      creditExpire;
     double      lastCash;
+    time_t      lastTimeCash;
     double      prepaidTraff;
-    int         down;
+    int         disabled;
     int         passive;
     int         disableDetailStat;
     int         connected;
@@ -157,6 +158,8 @@ struct INFO
     std::string address;
     std::string phone;
     STAT        stat;
+    time_t      pingTime;
+    time_t      lastActivityTime;
     ARRAY<std::string, USERDATA_NUM> userData;
 };