Replace bool for using shared memory with MemorySetting enum

This commit is contained in:
Pepijn Schoen
2017-03-29 14:06:52 +02:00
committed by Patrick Niklaus
parent 70b3962c35
commit 266e65e6d2
22 changed files with 211 additions and 184 deletions
+6
View File
@@ -30,6 +30,12 @@ namespace osrm
namespace storage
{
enum class MemorySetting
{
SharedMemory,
InternalMemory
};
struct OSRMLockFile
{
boost::filesystem::path operator()()