From 5517175ed53b877720fdf5a1a4085386b40c4590 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 26 Dec 2018 13:23:04 -0500 Subject: Eliminate effectively all uses of struct timeval. Outide of one Mac portability shim, anyway. Associated select(2) calls become pselect(2) calls. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 0168c341..ea580c32 100644 --- a/TODO +++ b/TODO @@ -32,7 +32,7 @@ In gps_data_t add more string like subtype for HW version, SW version, etc. In gps_data_t, save PPS precision; this will require creating a pps struct. Where would PPS precision come from? -Convert all the timestamp_t (double) and timeval (usec) to timespec (nsec). +Convert all the timestamp_t (double) timespec (nsec). That could be done one small step at a time. Make the Python JSON client as smart as the C JSON client. Gonna be -- cgit v1.2.1