From: Kaj-Michael Lang Date: Thu, 13 Mar 2008 13:53:05 +0000 (+0200) Subject: Add last_valid field to location struct. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c16158c99a1222085949e5704b5c6dd7d1311da;p=mapper Add last_valid field to location struct. --- diff --git a/src/osm.h b/src/osm.h index d2fbc14..82a4b81 100644 --- 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; };