|
Motr
M0
|
#include <fom_long_lock.h>

Data Fields | |
| m0_time_t | la_taken |
| bool | la_waiting |
| m0_time_t | la_wait |
Definition at line 146 of file fom_long_lock.h.
| m0_time_t la_taken |
Time when lock has taken.
Definition at line 148 of file fom_long_lock.h.
| m0_time_t la_wait |
Duration of waiting.
Definition at line 152 of file fom_long_lock.h.
| bool la_waiting |
Indicates whether user has to wait for lock.
Definition at line 150 of file fom_long_lock.h.