X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/5985f3c811497f87ac58b64695b6d28879f07c65..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 84ceae89..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 @@ -158,10 +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);