Adds random id to each assay

This commit is contained in:
Felipe Zimmerle
2015-07-08 18:54:44 -03:00
parent 3112794025
commit 888b9622c7
5 changed files with 30 additions and 6 deletions

View File

@@ -135,6 +135,7 @@ class Assay {
int http_code_returned;
private:
std::string id;
std::ofstream myfile;
Rules *m_rules;
const char *m_clientIpAddress;