summaryrefslogtreecommitdiff
path: root/navit/route_protected.h
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2018-04-26 18:02:22 +0200
committermvglasow <michael -at- vonglasow.com>2018-04-26 18:02:22 +0200
commit9a06d7eaf139d9da100a00b8c6000ff194ef72ae (patch)
tree3b0600dd3fb6ac451d7f4a25f4e072443a9135b8 /navit/route_protected.h
parenta32a4893f621d60b30788beaa0bcd056d643c450 (diff)
downloadnavit-9a06d7eaf139d9da100a00b8c6000ff194ef72ae.tar.gz
Refactor:core:Add reroute-relevant members to struct route_graph_point
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Diffstat (limited to 'navit/route_protected.h')
-rw-r--r--navit/route_protected.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/navit/route_protected.h b/navit/route_protected.h
index f269b983e..b5256d3b6 100644
--- a/navit/route_protected.h
+++ b/navit/route_protected.h
@@ -73,6 +73,9 @@ struct route_graph_point {
* point, or that this point has not yet been examined. */
struct coord c; /**< Coordinates of this point */
int flags; /**< Flags for this point (e.g. traffic distortion) */
+ GList * changes; /**< List of `struct route_traffic_distortion_change` leading towards
+ * this point, used for recalculation */
+ int change_flags; /**< Flags to indicate how the cost has changed, used for recalculation */
};
/**