X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/95d54ec2f747d0b89fff42965a781689e7d4db1e..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 7cdf2475..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,12 @@ 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; };