aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus.h')
-rw-r--r--include/litmus.h3
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
61int lock_protocol_for_name(const char* name);
62const char* name_for_lock_protocol(int id);
63
61int od_openx(int fd, obj_type_t type, int obj_id, void* config); 64int od_openx(int fd, obj_type_t type, int obj_id, void* config);
62int od_close(int od); 65int od_close(int od);
63 66