diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-05-03 16:50:32 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-05-03 17:17:52 -0400 |
commit | bb35f3fc684667598d7ae39fd2d49a16f77beb39 (patch) | |
tree | 6a70f13510e36e2771652bb3fc6d60321bf1daf6 /include/litmus/locking.h | |
parent | e0e02579c34b9920781b3ce3fc9d6d7bcafb4d5b (diff) |
Added color schedule
Diffstat (limited to 'include/litmus/locking.h')
-rw-r--r-- | include/litmus/locking.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus/locking.h b/include/litmus/locking.h index 4d7b870cb443..41991d5af01b 100644 --- a/include/litmus/locking.h +++ b/include/litmus/locking.h | |||
@@ -9,6 +9,7 @@ struct litmus_lock_ops; | |||
9 | struct litmus_lock { | 9 | struct litmus_lock { |
10 | struct litmus_lock_ops *ops; | 10 | struct litmus_lock_ops *ops; |
11 | int type; | 11 | int type; |
12 | int id; | ||
12 | }; | 13 | }; |
13 | 14 | ||
14 | struct litmus_lock_ops { | 15 | struct litmus_lock_ops { |