(MU_LOCKER_KERNEL): New locker type: implies kernel-locking.
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -63,6 +63,8 @@ extern "C" { | ... | @@ -63,6 +63,8 @@ extern "C" { |
63 | #define MU_LOCKER_NULL 0x10 | 63 | #define MU_LOCKER_NULL 0x10 |
64 | /* Special locker type: means no lock. This is to be used with | 64 | /* Special locker type: means no lock. This is to be used with |
65 | temporary mailboxes stored in memory. */ | 65 | temporary mailboxes stored in memory. */ |
66 | #define MU_LOCKER_KERNEL 0x20 | ||
67 | /* Use kernel locking (flock, lockf or ioctl) */ | ||
66 | 68 | ||
67 | #define MU_LOCKER_DEFAULT (MU_LOCKER_RETRY) | 69 | #define MU_LOCKER_DEFAULT (MU_LOCKER_RETRY) |
68 | 70 | ... | ... |
-
Please register or sign in to post a comment