diff options
Diffstat (limited to '')
-rw-r--r-- | src/lane.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lane.hpp b/src/lane.hpp index 4f87e2a..eb51aa3 100644 --- a/src/lane.hpp +++ b/src/lane.hpp | |||
@@ -135,8 +135,8 @@ class Lane | |||
135 | // is still running | 135 | // is still running |
136 | // S: cleans up after itself if non-nullptr at lane exit | 136 | // S: cleans up after itself if non-nullptr at lane exit |
137 | 137 | ||
138 | // For tracking only | 138 | // access is protected by LaneTracker::trackingMutex |
139 | Lane* volatile tracking_next{ nullptr }; | 139 | Lane* tracking_next{ nullptr }; |
140 | 140 | ||
141 | ErrorTraceLevel const errorTraceLevel{ Basic }; | 141 | ErrorTraceLevel const errorTraceLevel{ Basic }; |
142 | 142 | ||