summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2018-12-26 13:23:04 -0500
committerEric S. Raymond <esr@thyrsus.com>2018-12-26 13:23:04 -0500
commit5517175ed53b877720fdf5a1a4085386b40c4590 (patch)
tree31c1ce53dea117cfb36a1e7d679cb785b32abdf8 /TODO
parentc9e81aabcf2f5c6886be1fd0e859ceb63470e06f (diff)
downloadgpsd-5517175ed53b877720fdf5a1a4085386b40c4590.tar.gz
Eliminate effectively all uses of struct timeval.
Outide of one Mac portability shim, anyway. Associated select(2) calls become pselect(2) calls.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
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