Add scale factor w/ use server UUID for monitor GUID if client uid not present

This commit is contained in:
Yukino Song
2024-08-20 03:48:20 +08:00
parent e0924e3a21
commit bb88a3c314
7 changed files with 68 additions and 8 deletions

View File

@@ -6,6 +6,7 @@
#include "network.h"
#include "thread_safe.h"
#include "uuid.h"
namespace http {
@@ -30,6 +31,7 @@ namespace http {
url_get_host(const std::string &url);
extern std::string unique_id;
extern uuid_util::uuid_t uuid;
extern net::net_e origin_web_ui_allowed;
} // namespace http