ywkaras commented on code in PR #10927:
URL: https://github.com/apache/trafficserver/pull/10927#discussion_r1424852540
##########
include/iocore/eventsystem/EThread.h:
##########
@@ -479,7 +481,7 @@ class EThread : public Thread
/// The slices.
std::array<Slice, N_SLICES> _slice;
- Slice *volatile current_slice = nullptr; ///< The current slice.
Review Comment:
It is also accessed from Metrics::record_loop_time() and from
Metrics::summarize(). I had to make a new PR because I accidentally pushed my
branch to the main repo, not my fork.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]