summaryrefslogtreecommitdiff
path: root/navit/vehicleprofile.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-03-11 22:07:25 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-03-11 22:07:25 +0000
commit4255c97c69d5e6bfaa4a39ffb5a76581677d39fd (patch)
tree38eca646886250be94d5e703236bb263b7fc3773 /navit/vehicleprofile.h
parent28d1ff00d4615f0458e2d37a506068d8225e1163 (diff)
downloadnavit-svn-4255c97c69d5e6bfaa4a39ffb5a76581677d39fd.tar.gz
Fix:Core:Consider route_depth of profile options
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5412 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/vehicleprofile.h')
-rw-r--r--navit/vehicleprofile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/vehicleprofile.h b/navit/vehicleprofile.h
index ecded6bb..2733d722 100644
--- a/navit/vehicleprofile.h
+++ b/navit/vehicleprofile.h
@@ -31,6 +31,7 @@ struct vehicleprofile {
int static_speed; /**< Maximum speed of vehicle to consider it stationary */
int static_distance; /**< Maximum distance of previous position of vehicle to consider it stationary */
char *name; /**< the vehicle profile name */
+ char *route_depth; /**< the route depth attribute */
int width; /**< Width of the vehicle in cm */
int height; /**< Height of the vehicle in cm */
int length; /**< Length of the vehicle in cm */