From 7c16158c99a1222085949e5704b5c6dd7d1311da Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Thu, 13 Mar 2008 15:53:05 +0200 Subject: [PATCH] Add last_valid field to location struct. --- src/osm.h | 2 ++ 1 file changed, 2 insertions(+) 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; }; -- 2.39.5