Diff of /trunk/src/gpx.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 74 by harbaum, Mon Aug 24 09:23:36 2009 UTC revision 113 by harbaum, Wed Sep 16 13:45:10 2009 UTC
# Line 147  typedef struct gpx { Line 147  typedef struct gpx {
147    int  day, month, year;    int  day, month, year;
148    int  notes_loaded;   /* notes are loaded on demand to keep reponse fast */    int  notes_loaded;   /* notes are loaded on demand to keep reponse fast */
149    int  closed;         /* true if entry is "closed" */    int  closed;         /* true if entry is "closed" */
   int  failed;         /* true if automated load failed */  
150    cache_t *cache;    cache_t *cache;
151    
152    /* pointer to next gpx in list */    /* pointer to next gpx in list */

Legend:
Removed from v.74  
changed lines
  Added in v.113