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 1943146..fd9c7e3 100644 --- a/include/litmus.h +++ b/include/litmus.h | |||
@@ -85,6 +85,9 @@ static inline int od_open(int fd, obj_type_t type, int obj_id) | |||
85 | int litmus_lock(int od); | 85 | int litmus_lock(int od); |
86 | int litmus_unlock(int od); | 86 | int litmus_unlock(int od); |
87 | 87 | ||
88 | int dynamic_group_lock(int mask); | ||
89 | int dynamic_group_unlock(int mask); | ||
90 | |||
88 | /* job control*/ | 91 | /* job control*/ |
89 | int get_job_no(unsigned int* job_no); | 92 | int get_job_no(unsigned int* job_no); |
90 | int wait_for_job_release(unsigned int job_no); | 93 | int wait_for_job_release(unsigned int job_no); |