diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2013-01-18 15:21:02 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2013-01-18 15:21:02 -0500 |
commit | 84aa3706d63edda13560ff812740cac0adf744e1 (patch) | |
tree | 1af6c007c9cc9a4b2d2d5f9041759107fc7ee632 /include/litmus/locking.h | |
parent | a4bd234fef9230dffa4fa47ff4d42ddbe9f3d7db (diff) |
Minor changes to lock proc
Diffstat (limited to 'include/litmus/locking.h')
-rw-r--r-- | include/litmus/locking.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/litmus/locking.h b/include/litmus/locking.h index 22f7372bf621..cc62fa0cb044 100644 --- a/include/litmus/locking.h +++ b/include/litmus/locking.h | |||
@@ -24,7 +24,7 @@ static inline struct task_struct* top_priority(struct binheap* handle) { | |||
24 | void print_hp_waiters(struct binheap_node* n, int depth); | 24 | void print_hp_waiters(struct binheap_node* n, int depth); |
25 | #endif | 25 | #endif |
26 | 26 | ||
27 | #define LOCK_NAME_LEN 16 | 27 | #define LOCK_NAME_LEN 32 |
28 | struct litmus_lock_proc_ops { | 28 | struct litmus_lock_proc_ops { |
29 | void (*add)(struct litmus_lock *l); | 29 | void (*add)(struct litmus_lock *l); |
30 | void (*remove)(struct litmus_lock *l); | 30 | void (*remove)(struct litmus_lock *l); |