summaryrefslogtreecommitdiff
path: root/navit/vehicleprofile.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-03-10 20:23:59 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-03-10 20:23:59 +0000
commit1b97cd37c1edcdb41fd1f0fce8e3a9c90b743a13 (patch)
treef346333fb5d169950416ef0af2c376e8d1e6d8d8 /navit/vehicleprofile.h
parent2797500b314ee98970fde490f2de4fa761ccd28d (diff)
downloadnavit-1b97cd37c1edcdb41fd1f0fce8e3a9c90b743a13.tar.gz
Add:Core:Further work on vehicleprofile_options
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5406 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 39f9cff6a..ecded6bba 100644
--- a/navit/vehicleprofile.h
+++ b/navit/vehicleprofile.h
@@ -39,6 +39,7 @@ struct vehicleprofile {
int dangerous_goods; /**< Flags of dangerous goods present */
int through_traffic_penalty; /**< Penalty when driving on a through traffic limited road */
GHashTable *roadprofile_hash;
+ struct attr active_callback;
};
struct vehicleprofile * vehicleprofile_new(struct attr *parent, struct attr **attrs);