2002-04-08 Chris Johns <ccj@acm.org>

* Per PR142, make task switch extension its own list.
	* src/tasks.c (_RTEMS_tasks_User_extensions): Reflect above.
This commit is contained in:
Joel Sherrill
2002-04-08 17:02:27 +00:00
parent aa08739a84
commit 7b705dc38a
4 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2002-04-08 Chris Johns <ccj@acm.org>
* Per PR142, make task switch extension its own list.
* src/tasks.c (_RTEMS_tasks_User_extensions): Reflect above.
2001-03-29 Joel Sherrill <joel@OARcorp.com>
* Per PR126, configuration structures now match docs.

View File

@@ -205,6 +205,7 @@ API_extensions_Control _RTEMS_tasks_API_extensions = {
User_extensions_Control _RTEMS_tasks_User_extensions = {
{ NULL, NULL },
{ { NULL, NULL }, NULL },
{ _RTEMS_tasks_Create_extension, /* create */
_RTEMS_tasks_Start_extension, /* start */
_RTEMS_tasks_Start_extension, /* restart */