diff options
Diffstat (limited to 'include/litmus/rt_param.h')
-rw-r--r-- | include/litmus/rt_param.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h index a1cfdb6b6416..7828117a61a8 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h | |||
@@ -406,7 +406,10 @@ struct rt_param { | |||
406 | 406 | ||
407 | /* pointer to lock upon which is currently blocked */ | 407 | /* pointer to lock upon which is currently blocked */ |
408 | struct litmus_lock* blocked_lock; | 408 | struct litmus_lock* blocked_lock; |
409 | unsigned long blocked_lock_data; | ||
410 | |||
409 | struct litmus_lock* outermost_lock; | 411 | struct litmus_lock* outermost_lock; |
412 | unsigned int virtually_unlocked:1; | ||
410 | #endif | 413 | #endif |
411 | 414 | ||
412 | /* user controlled parameters */ | 415 | /* user controlled parameters */ |