summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/include
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/include')
-rw-r--r--c/src/exec/score/include/rtems/score/coremutex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/score/include/rtems/score/coremutex.h b/c/src/exec/score/include/rtems/score/coremutex.h
index 32e4f40b5e..9f27ae0c1d 100644
--- a/c/src/exec/score/include/rtems/score/coremutex.h
+++ b/c/src/exec/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;