Automatically generate unique id

This commit is contained in:
loki
2020-01-20 23:08:44 +01:00
parent bc59b6e91d
commit 6f3927b6ae
5 changed files with 54 additions and 26 deletions
+1 -2
View File
@@ -39,8 +39,7 @@ struct nvhttp_t {
std::string sunshine_name;
std::string unique_id; //UUID
std::string file_devices;
std::string file_state;
std::string external_ip;
};