summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/tasks.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/tasks.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/tasks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/tasks.h b/cpukit/rtems/include/rtems/rtems/tasks.h
index d11e0bc522..f141c102e6 100644
--- a/cpukit/rtems/include/rtems/rtems/tasks.h
+++ b/cpukit/rtems/include/rtems/rtems/tasks.h
@@ -212,6 +212,8 @@ typedef struct {
typedef struct {
/** This field contains the event control for this task. */
Event_Control Event;
+ /** This field contains the system event control for this task. */
+ Event_Control System_event;
/** This field contains the Classic API Signal information for this task. */
ASR_Information Signal;
/**