summaryrefslogtreecommitdiff
path: root/navit/vehicleprofile.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-08-27 17:24:28 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-08-27 17:24:28 +0000
commit10981b33fb91446bd8d484202f0da59ec5c8d2fc (patch)
treec0c27c5a54d7e8df3b490bc7775e4b4fb9210340 /navit/vehicleprofile.h
parente78f897e7313559d6eeb50df0e526860d02861c8 (diff)
downloadnavit-svn-10981b33fb91446bd8d484202f0da59ec5c8d2fc.tar.gz
Add:Core:Add configurable penalty to turn around
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5613 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 2733d722..88edad41 100644
--- a/navit/vehicleprofile.h
+++ b/navit/vehicleprofile.h
@@ -41,6 +41,7 @@ struct vehicleprofile {
int through_traffic_penalty; /**< Penalty when driving on a through traffic limited road */
GHashTable *roadprofile_hash;
struct attr active_callback;
+ int turn_around_penalty; /**< Penalty when turning around */
};
struct vehicleprofile * vehicleprofile_new(struct attr *parent, struct attr **attrs);