add some comment to datastore

This commit is contained in:
Dennis Luxen 2014-07-02 11:21:34 +02:00
parent 36c0edea2a
commit 48da2d2dfb

View File

@ -107,6 +107,7 @@ int main(const int argc, const char *argv[])
SharedBarriers barrier;
#ifdef __linux__
// try to disable swapping on Linux
const bool lock_flags = MCL_CURRENT | MCL_FUTURE;
if (-1 == mlockall(lock_flags))
{