First version of the inline highlight calculation

This commit is contained in:
Felipe Zimmerle
2018-10-11 10:00:54 -03:00
parent aa8fb3434f
commit eec95cfe17
11 changed files with 205 additions and 9 deletions

View File

@@ -343,6 +343,7 @@ class Transaction : public TransactionAnchoredVariables {
int getRuleEngineState();
std::string toJSON(int parts);
std::string toBuf();
std::string toOldAuditLogFormat(int parts, const std::string &trailer);
std::string toOldAuditLogFormatIndex(const std::string &filename,
double size, const std::string &md5);