summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-23 15:41:33 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-23 15:41:33 -0400
commite1b1b5499dc5bd66f1fc266d616fa122453c7cdd (patch)
tree783a31c70ec5e65a090bbdc647350055a905042c /TODO
parent9ac48e182a8edda40ff05a7f7e584c0219bc55a5 (diff)
downloadgpsd-e1b1b5499dc5bd66f1fc266d616fa122453c7cdd.tar.gz
Device list fully moved out of terminal union; all regression tests pass.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index a7233066..9bed147b 100644
--- a/TODO
+++ b/TODO
@@ -165,8 +165,7 @@ need changes.
*** On next API bump ***
-In struct gpsdata_t, move the device list out of the union and move
-the tag field to private data.
+Move the tag field to private data.
*** Make subframe reports available in the C API.