aboutsummaryrefslogtreecommitdiffstats
path: root/common/router1.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/router1.h')
-rw-r--r--common/router1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/router1.h b/common/router1.h
index a9e84b6b..0380adc2 100644
--- a/common/router1.h
+++ b/common/router1.h
@@ -29,6 +29,7 @@ struct Router1Cfg
int maxIterCnt = 200;
bool cleanupReroute = true;
bool fullCleanupReroute = true;
+ bool useEstimate = true;
};
extern bool router1(Context *ctx, const Router1Cfg &cfg);