X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fprofiles.h;h=2082b5cabc6103da3ca6186d6b6b3637eee1bd49;hb=a5b34ad069a52ff6cf981f01667d102292988811;hp=25a933a1346e562d5cf0243adbaf8780f2715629;hpb=20283c6cf5c6951cc1f2787492c67a7fb72aee9a;p=routino diff --git a/src/profiles.h b/src/profiles.h index 25a933a..2082b5c 100644 --- a/src/profiles.h +++ b/src/profiles.h @@ -1,5 +1,5 @@ /*************************************** - $Header: /home/amb/routino/src/RCS/profiles.h,v 1.16 2010/05/29 10:37:12 amb Exp $ + $Header: /home/amb/routino/src/RCS/profiles.h,v 1.17 2010/07/31 18:21:18 amb Exp $ A header file for the profiles. @@ -38,7 +38,7 @@ typedef struct _Profile Transport transport; /*+ The type of transport. +*/ - wayallow_t allow; /*+ The type of transport expressed as what must be allowed on a way. +*/ + allow_t allow; /*+ The type of transport expressed as what must be allowed. +*/ score_t highway[Way_Count]; /*+ A floating point preference for travel on the highway. +*/ score_t max_pref; /*+ The maximum preference for any highway type. +*/