diff options
Diffstat (limited to 'include/litmus/rt_param.h')
-rw-r--r-- | include/litmus/rt_param.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h index bc074c63c7ad..fe4b31320ac8 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h | |||
@@ -122,8 +122,9 @@ struct control_page { | |||
122 | * started. */ | 122 | * started. */ |
123 | 123 | ||
124 | /* Flags from userspace signifying PGM wait states. */ | 124 | /* Flags from userspace signifying PGM wait states. */ |
125 | volatile uint32_t pgm_waiting; /* waiting for tokens */ | 125 | volatile uint32_t pgm_waiting; /* waiting for tokens */ |
126 | volatile uint32_t pgm_satisfied; /* needed tokens acquired */ | 126 | volatile uint32_t pgm_sending; /* sending tokens */ |
127 | volatile uint32_t pgm_satisfied; /* done waiting/sending */ | ||
127 | 128 | ||
128 | /* to be extended */ | 129 | /* to be extended */ |
129 | }; | 130 | }; |