summaryrefslogtreecommitdiffstats
path: root/c/src/exec/itron/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-22 12:17:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-22 12:17:03 +0000
commit6236b47067904c77c091c003496ca819f27d87eb (patch)
treeb5a27a01705da3ceda4906df471f1d5d2792c883 /c/src/exec/itron/src
parent2001-04-19 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6236b47067904c77c091c003496ca819f27d87eb.tar.bz2
2001-04-22 Joel Sherrill <joel@OARcorp.com>
* src/task.c (_ITRON_Task_User_extensions): Add new fields to be correct in respect to newly added fields for separate switch list.
Diffstat (limited to 'c/src/exec/itron/src')
-rw-r--r--c/src/exec/itron/src/task.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/itron/src/task.c b/c/src/exec/itron/src/task.c
index 1c8ea66c80..5c84e44ee3 100644
--- a/c/src/exec/itron/src/task.c
+++ b/c/src/exec/itron/src/task.c
@@ -154,6 +154,7 @@ API_extensions_Control _ITRON_Task_API_extensions = {
User_extensions_Control _ITRON_Task_User_extensions = {
{ NULL, NULL },
+ { { NULL, NULL }, NULL },
{ _ITRON_Task_Create_extension, /* create */
NULL, /* start */
NULL, /* restart */