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
commit0ea56e6482c93b0eb2e35977da63354cce849cd4 (patch)
treea7ddf13a42146691c62b146675ed367f34615fca /navit/vehicleprofile.h
parent1d2f98c89eacae02c4eb0400675d6dc82fdc9be4 (diff)
downloadnavit-0ea56e6482c93b0eb2e35977da63354cce849cd4.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 d8eb4ca1b..41bd26814 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;
};