Adds a time stamp to assay class

This commit is contained in:
Felipe Zimmerle
2015-07-08 18:42:23 -03:00
parent 278b513933
commit 3112794025
2 changed files with 2 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ class Assay {
const char *m_uri;
const char *m_protocol;
const char *m_httpVersion;
time_t m_timeStamp;
std::ostringstream m_requestBody;
std::ostringstream m_responseBody;