]> err.no Git - mapper/commitdiff
Add last_valid field to location struct.
authorKaj-Michael Lang <milang@onion.tal.org>
Thu, 13 Mar 2008 13:53:05 +0000 (15:53 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Thu, 13 Mar 2008 13:53:05 +0000 (15:53 +0200)
src/osm.h

index d2fbc146a2aab0bf23800555d217e2b2ee819947..82a4b8117e96daab6675e613ddf877cf141c1cda 100644 (file)
--- a/src/osm.h
+++ b/src/osm.h
@@ -257,6 +257,8 @@ struct _osm_location {
        gint32 lon;
        gfloat heading;
        gfloat speed;
+
+       time_t last_valid;
        gint nfcnt;
 };