summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index a8b9a03b..490a5930 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -307,6 +307,7 @@ typedef enum {
#define PERR_IS INTERNAL_SET(8) /* PDOP set */
#define PASSTHROUGH_IS INTERNAL_SET(9) /* passthrough mode */
#define EOF_IS INTERNAL_SET(10) /* synthetic EOF */
+#define GOODTIME_IS INTERNAL_SET(11) /* time good even if no pos fix */
#define DATA_IS ~(ONLINE_SET|PACKET_SET|CLEAR_IS|REPORT_IS)
typedef unsigned int driver_mask_t;