[rtems commit] sapi: Add rtems_task_terminate_extension

Joel Sherrill joel at rtems.org
Thu Jan 26 14:10:13 UTC 2017


Doesn't this change impact the User Extensions manager?  That would imply a
documentation change as well.

Are there any stock RTEMS extensions which need to be adjusted to account
for or use this?

I assume test changes will come also.

--joel

On Jan 26, 2017 4:05 AM, "Sebastian Huber" <sebh at rtems.org> wrote:

Module:    rtems
Branch:    master
Commit:    d1505a19c7363ff28220c3ec8a8bfeff73bbd464
Changeset: http://git.rtems.org/rtems/commit/?id=
d1505a19c7363ff28220c3ec8a8bfeff73bbd464

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jan 26 11:05:00 2017 +0100

sapi: Add rtems_task_terminate_extension

---

 cpukit/sapi/include/rtems/extension.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpukit/sapi/include/rtems/extension.h
b/cpukit/sapi/include/rtems/extension.h
index 2a877ce..f22abf7 100644
--- a/cpukit/sapi/include/rtems/extension.h
+++ b/cpukit/sapi/include/rtems/extension.h
@@ -166,6 +166,7 @@ typedef User_extensions_thread_switch_extension
 rtems_task_switch_extension;
 typedef User_extensions_thread_begin_extension
rtems_task_begin_extension;
 typedef User_extensions_thread_exitted_extension
rtems_task_exitted_extension;
 typedef User_extensions_fatal_extension           rtems_fatal_extension;
+typedef User_extensions_thread_terminate_extension rtems_task_terminate_
extension;

 typedef User_extensions_Table                     rtems_extensions_table;


_______________________________________________
vc mailing list
vc at rtems.org
http://lists.rtems.org/mailman/listinfo/vc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20170126/17139b38/attachment.html>


More information about the devel mailing list