summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-26 23:49:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-26 23:49:02 +0000
commit46d5183722a1aac256357f1a054575c6d5ab9a9f (patch)
tree59eb55cb25bbd20b052a87de5838d80a410a1439 /nuttx/ChangeLog
parent75f185244fbd0892fdb26443eda666ce21c417ec (diff)
downloadpx4-nuttx-46d5183722a1aac256357f1a054575c6d5ab9a9f.tar.gz
px4-nuttx-46d5183722a1aac256357f1a054575c6d5ab9a9f.tar.bz2
px4-nuttx-46d5183722a1aac256357f1a054575c6d5ab9a9f.zip
Move socket data from TCB to task group structure.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5570 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b5933f620..255d69a3d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4035,6 +4035,8 @@
task ID in the child task's TCB. Instead, keep the parent
task group IN the child task's task group.
* fs/, sched/, include/nuttx/sched.h, and include/nutts/fs/fs.h:
- Move file data from TCB to task group structure.
+ Move file data from the TCB to the task group structure.
* libc/stdio/, sched/, include/nuttx/lib.h, and include/nutts/fs/fs.h:
- Move stream data from TCB to task group structure.
+ Move stream data from the TCB to the task group structure.
+ * net/, sched/, and include/nuttx/net/net.h: Move socket data
+ from the TCB to the task group structure.