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
commit60806fac6f3bdc196ac7af41d87103267bed9b5a (patch)
treef346333fb5d169950416ef0af2c376e8d1e6d8d8 /navit/vehicleprofile.h
parente6a93b00c83cc4db4c65f84672e54fd585489f19 (diff)
downloadnavit-svn-60806fac6f3bdc196ac7af41d87103267bed9b5a.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 39f9cff6..ecded6bb 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);