summaryrefslogtreecommitdiff
path: root/navit/traffic.h
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2018-01-05 18:48:04 +0100
committermvglasow <michael -at- vonglasow.com>2018-01-05 18:48:04 +0100
commit2d9b83fd051dbcb347a7289e27d86913b4d31343 (patch)
treef59ee287a7191cbe2095f9a01e03868b0106c3de /navit/traffic.h
parent0847fe8fa03f0ea93ad3ea1cf38ae2aca6a4b319 (diff)
downloadnavit-2d9b83fd051dbcb347a7289e27d86913b4d31343.tar.gz
Refactor:traffic:TODO comments
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Diffstat (limited to 'navit/traffic.h')
-rw-r--r--navit/traffic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/traffic.h b/navit/traffic.h
index 517f1bd20..1eccdd61c 100644
--- a/navit/traffic.h
+++ b/navit/traffic.h
@@ -297,6 +297,7 @@ struct traffic_location {
int tmc_direction; /*!< For messages received via TMC, the direction of the road to
* which this message applies (positive or negative). Ignored
* for bidirectional messages. */
+ /* TODO move these two into a private struct */
struct coord_geo * sw; /*!< Southwestern corner of rectangle enclosing all points.
* Calculated by Navit from the points of the location. */
struct coord_geo * ne; /*!< Northeastern corner of rectangle enclosing all points.