summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-04 16:55:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-04 16:55:38 +0000
commit09afe06037de8f89b2cfa4f1765be407bf1783a2 (patch)
tree06197cd080eb563e39763b8d88f285c9a2e9f632 /nuttx/ChangeLog
parentc94d7c870c456005b3e87d71acba8f7f9ea2b5ec (diff)
downloadnuttx-09afe06037de8f89b2cfa4f1765be407bf1783a2.tar.gz
nuttx-09afe06037de8f89b2cfa4f1765be407bf1783a2.tar.bz2
nuttx-09afe06037de8f89b2cfa4f1765be407bf1783a2.zip
Move list of open message queues to task group. Now message queues opened by members of the group will be closed when the last member of the group exits.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5609 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 577e6473f..5b328f35b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4116,4 +4116,9 @@
Move waitpid data data structures to task group. Callers of
of waitpid() are now only awakened whent he final thread of the
task group exits.
+ * sched/mq_descreate.c, mq_open.c, mq_remove.c, group_leave.c, and
+ include/nuttx/sched.h: Move list of opened message queues to
+ the task group structures. Now all message queues opened by
+ members of the group are closed when the last member of the group
+ exits.