summaryrefslogtreecommitdiff
path: root/navit/route_protected.h
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2018-09-29 16:47:41 +0300
committermvglasow <michael -at- vonglasow.com>2018-09-29 17:26:45 +0300
commit3c94452c687094b54add1e415fd17ee161d796bf (patch)
tree6944c9cbe013a21b77b138a8881e2b4d01ecc6ad /navit/route_protected.h
parentb6c71a9ff9042e45d8acaa0ea08db6e0177bcf77 (diff)
downloadnavit-3c94452c687094b54add1e415fd17ee161d796bf.tar.gz
Fix:route:Fix endpoint candidate handling in LPA*
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Diffstat (limited to 'navit/route_protected.h')
-rw-r--r--navit/route_protected.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/route_protected.h b/navit/route_protected.h
index 1de3c7206..9b7bf62f6 100644
--- a/navit/route_protected.h
+++ b/navit/route_protected.h
@@ -64,6 +64,8 @@ struct route_graph_point {
* equal to `value` after the route graph has been flooded. */
int dst_val; /**< For points close to the destination, this is the cost of the point if it
* is the last in the graph; `INT_MAX` for all other points. */
+ struct route_graph_segment *dst_seg; /**< For points close to the destination, this is the segment over which the
+ * destination can be reached directly */
struct coord c; /**< Coordinates of this point */
int flags; /**< Flags for this point (e.g. traffic distortion) */
};