summaryrefslogtreecommitdiff
path: root/navit/vehicleprofile.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-07-01 15:09:55 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-07-01 15:09:55 +0000
commitf411819e2b96f5cde3a729c990e65306819e2f97 (patch)
treea7ddf13a42146691c62b146675ed367f34615fca /navit/vehicleprofile.h
parentb5c09d8f0618df6649fc11ebccdd77ba49b9cdbe (diff)
downloadnavit-svn-f411819e2b96f5cde3a729c990e65306819e2f97.tar.gz
Add:Core:Support for through traffic limit
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3465 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 d8eb4ca1..41bd2681 100644
--- a/navit/vehicleprofile.h
+++ b/navit/vehicleprofile.h
@@ -36,6 +36,7 @@ struct vehicleprofile {
int weight; /**< Weight of the vehicle in kg */
int axle_weight; /**< Axle Weight of the vehicle in kg */
int dangerous_goods; /**< Flags of dangerous goods present */
+ int through_traffic_penalty; /**< Penalty when driving on a through traffic limited road */
struct attr **attrs;
GHashTable *roadprofile_hash;
};