<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-11-10)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-11-10 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * rtems/include/rtems/rtems/event.h: Revert parameter name change.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2990&r2=text&tr2=1.2991&diff_format=h">M</a></td><td width='1%'>1.2991</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/rtems/include/rtems/rtems/event.h.diff?r1=text&tr1=1.27&r2=text&tr2=1.28&diff_format=h">M</a></td><td width='1%'>1.28</td><td width='100%'>cpukit/rtems/include/rtems/rtems/event.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2990 rtems/cpukit/ChangeLog:1.2991
--- rtems/cpukit/ChangeLog:1.2990       Thu Nov 10 08:40:12 2011
+++ rtems/cpukit/ChangeLog      Thu Nov 10 09:36:55 2011
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2011-11-10        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
<font color='#000088'>+   * rtems/include/rtems/rtems/event.h: Revert parameter name change.
+
+2011-11-10     Sebastian Huber <sebastian.huber@embedded-brains.de>
+
</font>   PR 1924/cpukit
        * sapi/include/rtems/config.h: New fields stack_space_size,
        unified_work_area, and stack_allocator_avoids_work_space in

<font color='#006600'>diff -u rtems/cpukit/rtems/include/rtems/rtems/event.h:1.27 rtems/cpukit/rtems/include/rtems/rtems/event.h:1.28
--- rtems/cpukit/rtems/include/rtems/rtems/event.h:1.27 Thu Nov 10 08:09:08 2011
+++ rtems/cpukit/rtems/include/rtems/rtems/event.h      Thu Nov 10 09:36:56 2011
</font><font color='#997700'>@@ -103,7 +103,7 @@
</font>  *  @brief Sends an event set to the target task.
  *
  *  This directive sends an event set @a event_in to the task specified by
<font color='#880000'>- *  @a target_task_id.
</font><font color='#000088'>+ *  @a id.
</font>  *
  *  Based upon the state of the target task, one of the following situations
  *  applies. The target task is
<font color='#997700'>@@ -126,15 +126,15 @@
</font>  *  node will generate a request telling the remote node to send the event set
  *  to the appropriate task.
  *
<font color='#880000'>- *  @param[in] target_task_id Identifier of the target task.  Specifying
- *  @ref RTEMS_SELF results in the event set being sent to the calling task.
</font><font color='#000088'>+ *  @param[in] id Identifier of the target task.  Specifying @ref RTEMS_SELF
+ *  results in the event set being sent to the calling task.
</font>  *  @param[in] event_in Event set sent to the target task.
  *
  *  @retval RTEMS_SUCCESSFUL Successful operation.
  *  @retval RTEMS_INVALID_ID Invalid task identifier.
  */
 rtems_status_code rtems_event_send (
<font color='#880000'>-  rtems_id        target_task_id,
</font><font color='#000088'>+  rtems_id        id,
</font>   rtems_event_set event_in
 );
 
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>