aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/litmus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/litmus.h b/include/litmus.h
index ef3fef3..dde5469 100644
--- a/include/litmus.h
+++ b/include/litmus.h
@@ -71,7 +71,7 @@ static inline int od_open(int fd, obj_type_t type, int obj_id)
71int litmus_open_lock( 71int litmus_open_lock(
72 obj_type_t protocol, /* which locking protocol to use, e.g., FMLP_SEM */ 72 obj_type_t protocol, /* which locking protocol to use, e.g., FMLP_SEM */
73 int lock_id, /* numerical id of the lock, user-specified */ 73 int lock_id, /* numerical id of the lock, user-specified */
74 const char* namespace, /* path to a shared file */ 74 const char* name_space, /* path to a shared file */
75 void *config_param); /* any extra info needed by the protocol (such 75 void *config_param); /* any extra info needed by the protocol (such
76 * as CPU under SRP and PCP), may be NULL */ 76 * as CPU under SRP and PCP), may be NULL */
77 77