Adds 'http_returned_code' property to Assay class

To be used by the auditlogs
This commit is contained in:
Felipe Zimmerle
2015-07-03 14:59:02 -03:00
parent 885fe14f30
commit 0beae17b4f
2 changed files with 4 additions and 1 deletions

View File

@@ -130,6 +130,8 @@ class Assay {
bool save_in_auditlog;
bool do_not_save_in_auditlog;
int http_code_returned;
private:
std::ofstream myfile;
Rules *m_rules;