aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qlicenseservice/commonsetup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/qlicenseservice/commonsetup.h')
-rw-r--r--src/libs/qlicenseservice/commonsetup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libs/qlicenseservice/commonsetup.h b/src/libs/qlicenseservice/commonsetup.h
index d0f403b..a2ee5ef 100644
--- a/src/libs/qlicenseservice/commonsetup.h
+++ b/src/libs/qlicenseservice/commonsetup.h
@@ -47,6 +47,8 @@
#define SECS_IN_HOUR 3600
#define SECS_IN_DAY 86400
+namespace QLicenseService {
+
struct License {
uint64_t last_timestamp = 0; // |
uint64_t current_timestamp = 0; // | For internal use only, not in server resp JSON
@@ -116,3 +118,4 @@ struct RequestInfo {
std::string parentReservationId; // used by QA-Tools only
};
+} // namespace QLicenseService