]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/include/stg/servconf_types.h
Implemented add-user and chg-user.
[stg.git] / stglibs / srvconf.lib / include / stg / servconf_types.h
index 229abb4297212010e1349677fa1447a147976c61..998e3b4747d08e2c02fd1548d743759b2bf74842 100644 (file)
@@ -157,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<std::string, USERDATA_NUM> userData;
+    std::vector<std::string> services;
     std::vector<std::string> authBy;
 };