summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems')
-rw-r--r--cpukit/score/include/rtems/score/coremutex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/coremutex.h b/cpukit/score/include/rtems/score/coremutex.h
index 32e4f40b5e..9f27ae0c1d 100644
--- a/cpukit/score/include/rtems/score/coremutex.h
+++ b/cpukit/score/include/rtems/score/coremutex.h
@@ -119,6 +119,7 @@ typedef struct {
CORE_mutex_Attributes Attributes;
unsigned32 lock;
unsigned32 nest_count;
+ unsigned32 blocked_count;
Thread_Control *holder;
Objects_Id holder_id;
} CORE_mutex_Control;