diff options
Diffstat (limited to 'src/libs/qlicenseservice/request.h')
-rw-r--r-- | src/libs/qlicenseservice/request.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/qlicenseservice/request.h b/src/libs/qlicenseservice/request.h index 7533e4e..1668c92 100644 --- a/src/libs/qlicenseservice/request.h +++ b/src/libs/qlicenseservice/request.h @@ -46,6 +46,7 @@ struct RequestInfo { std::string email; std::string payload; std::string serverAddr; + std::string accessPoint; uint64_t startTimestamp = 0; // used by QA-Tools only uint64_t stopTimestamp = 0; // used by QA-Tools only std::string runnerType; // "qa_tester" || "qa_exe", used by QA-Tools only |