diff options
Diffstat (limited to 'src/linda.h')
-rw-r--r-- | src/linda.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linda.h b/src/linda.h index 6901a86..4551443 100644 --- a/src/linda.h +++ b/src/linda.h | |||
@@ -52,7 +52,7 @@ class Linda | |||
52 | std::condition_variable readHappened{}; | 52 | std::condition_variable readHappened{}; |
53 | std::condition_variable writeHappened{}; | 53 | std::condition_variable writeHappened{}; |
54 | Universe* const U{ nullptr }; // the universe this linda belongs to | 54 | Universe* const U{ nullptr }; // the universe this linda belongs to |
55 | int const keeperIndex{ -1 }; // the keeper associated to this linda | 55 | KeeperIndex const keeperIndex{ -1 }; // the keeper associated to this linda |
56 | CancelRequest cancelRequest{ CancelRequest::None }; | 56 | CancelRequest cancelRequest{ CancelRequest::None }; |
57 | 57 | ||
58 | public: | 58 | public: |