summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-02 06:58:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-02 06:58:37 -0600
commitdf8743f48efa538bb588d7f4572a24f93cff2625 (patch)
tree8f53fc2ff187dff7b0836a76a26b152bc1d53caf /nuttx/ChangeLog
parent2fcd0856d3acff82fe6946c2aa35e0a7a3e5158d (diff)
downloadnuttx-df8743f48efa538bb588d7f4572a24f93cff2625.tar.gz
nuttx-df8743f48efa538bb588d7f4572a24f93cff2625.tar.bz2
nuttx-df8743f48efa538bb588d7f4572a24f93cff2625.zip
Add candidate net/route.h. Not yet integrated
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d130c9cf0..ff96f518f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5691,4 +5691,6 @@
* include/nuttx/net/route.h and net/net_*route.c: Partial
implementation of a routing table. Not yet hooked into the
build system (2013-10-1)
+ * include/net/route.h: Defines the application interface to
+ the routing table (2013-10-2).