Addressed comments

This commit is contained in:
Pepijn Schoen
2017-06-28 17:53:54 +02:00
committed by Daniel J. H
parent d9e8caf369
commit 0b5c7a97a7
10 changed files with 54 additions and 69 deletions
+7 -6
View File
@@ -43,12 +43,13 @@ namespace contractor
struct ContractorConfig final : storage::IOConfig
{
ContractorConfig()
: requested_num_threads(0), IOConfig(
{
".osrm",
},
{},
{".osrm.level", ".osrm.core", ".osrm.hsgr", ".osrm.enw"})
: IOConfig(
{
".osrm",
},
{},
{".osrm.level", ".osrm.core", ".osrm.hsgr", ".osrm.enw"}),
requested_num_threads(0)
{
}