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

@@ -24,6 +24,8 @@
namespace ModSecurity {
std::vector<std::string> split(std::string str, char delimiter);
double random_number(const double from, const double to);
double generate_assay_unique_id();
} // namespace ModSecurity
#define SRC_UTILS_H_