Diff of /trunk/src/gpx.h

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

revision 73 by harbaum, Sat Jun 20 11:08:47 2009 UTC revision 74 by harbaum, Mon Aug 24 09:23:36 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" */
150      int  failed;         /* true if automated load failed */
151    cache_t *cache;    cache_t *cache;
152    
153    /* pointer to next gpx in list */    /* pointer to next gpx in list */

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