Writes audit log in parallel mode

First version still missing the index among other things
This commit is contained in:
Felipe Zimmerle
2015-07-10 15:23:15 -03:00
parent 693238b235
commit c9620ac50f
13 changed files with 164 additions and 30 deletions

View File

@@ -27,6 +27,7 @@ namespace ModSecurity {
double random_number(const double from, const double to);
double generate_assay_unique_id();
std::string ascTime(time_t *t);
void createDir(std::string dir);
} // namespace ModSecurity
#define SRC_UTILS_H_