summaryrefslogtreecommitdiffstats
path: root/src/web/server/web_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/server/web_client.h')
-rw-r--r--src/web/server/web_client.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/web/server/web_client.h b/src/web/server/web_client.h
index 90e19e8a6..650ddb3eb 100644
--- a/src/web/server/web_client.h
+++ b/src/web/server/web_client.h
@@ -165,7 +165,7 @@ struct web_client {
unsigned long long id;
size_t use_count;
- uuid_t transaction;
+ nd_uuid_t transaction;
WEB_CLIENT_FLAGS flags; // status flags for the client
HTTP_REQUEST_MODE mode; // the operational mode of the client
@@ -207,8 +207,8 @@ struct web_client {
#endif
struct {
- uuid_t bearer_token;
- uuid_t cloud_account_id;
+ nd_uuid_t bearer_token;
+ nd_uuid_t cloud_account_id;
char client_name[CLOUD_USER_NAME_LENGTH];
} auth;