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
commit1fcd71da862004d3d241332a25463090d981a9fa (patch)
treec0c27c5a54d7e8df3b490bc7775e4b4fb9210340 /navit/vehicleprofile.h
parent35817fcbb4049bcbb61458a53e54c1eaf4800b7a (diff)
downloadnavit-1fcd71da862004d3d241332a25463090d981a9fa.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 2733d722d..88edad41f 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);