Replace bool for using shared memory with MemorySetting enum
This commit is contained in:
committed by
Patrick Niklaus
parent
70b3962c35
commit
266e65e6d2
@@ -30,6 +30,12 @@ namespace osrm
|
||||
namespace storage
|
||||
{
|
||||
|
||||
enum class MemorySetting
|
||||
{
|
||||
SharedMemory,
|
||||
InternalMemory
|
||||
};
|
||||
|
||||
struct OSRMLockFile
|
||||
{
|
||||
boost::filesystem::path operator()()
|
||||
|
||||
Reference in New Issue
Block a user