v3/master
Add expirevar support for lmdb
Removed usage of pthreads and replaced with std C++ features - Replaced pthread_mutex_t in modsecurity::operators::Pm with std::mutex - Replaced pthread's thread usage in reading_logs_via_rule_message example with std::thread. - Simplified and modernized C++ code. - Removed unnecessary includes of pthread.h
Added missing override keyword as reported by cppcheck 2.14
Added const reported by cppcheck 2.14