diff options
Diffstat (limited to 'include/litmus.h')
-rw-r--r-- | include/litmus.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/litmus.h b/include/litmus.h index ec548b1..2b6b374 100644 --- a/include/litmus.h +++ b/include/litmus.h | |||
@@ -58,6 +58,9 @@ typedef enum { | |||
58 | OMLP_SEM = 5, | 58 | OMLP_SEM = 5, |
59 | } obj_type_t; | 59 | } obj_type_t; |
60 | 60 | ||
61 | int lock_protocol_for_name(const char* name); | ||
62 | const char* name_for_lock_protocol(int id); | ||
63 | |||
61 | int od_openx(int fd, obj_type_t type, int obj_id, void* config); | 64 | int od_openx(int fd, obj_type_t type, int obj_id, void* config); |
62 | int od_close(int od); | 65 | int od_close(int od); |
63 | 66 | ||