First version of the inline highlight calculation

This commit is contained in:
Felipe Zimmerle
2018-07-20 13:58:48 -03:00
parent 8d0f51beda
commit 1b27c6ccae
12 changed files with 207 additions and 13 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);