X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/85513928f6a270af94c1477f5ae2773647b04cd7..37fda4684191d9b1be5357c8d2f4229db4d6ab0a:/stglibs/srvconf.lib/include/stg/servconf_types.h diff --git a/stglibs/srvconf.lib/include/stg/servconf_types.h b/stglibs/srvconf.lib/include/stg/servconf_types.h index 3fd1c7c5..998e3b47 100644 --- a/stglibs/srvconf.lib/include/stg/servconf_types.h +++ b/stglibs/srvconf.lib/include/stg/servconf_types.h @@ -130,7 +130,6 @@ struct STAT ARRAY sd; ARRAY mu; ARRAY md; - double freeMb; }; struct INFO @@ -140,9 +139,11 @@ struct INFO double cash; double credit; time_t creditExpire; - double lastCash; + double lastCashAdd; + double lastCashAddTime; + time_t lastTimeCash; double prepaidTraff; - int down; + int disabled; int passive; int disableDetailStat; int connected; @@ -156,8 +157,13 @@ struct INFO std::string name; std::string address; std::string phone; + std::string corp; STAT stat; + time_t pingTime; + time_t lastActivityTime; ARRAY userData; + std::vector services; + std::vector authBy; }; typedef void (* CALLBACK)(bool result, const std::string & reason, const INFO & info, void * data);