projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
896936e
)
Session: document the purpose of sampling_mutex_.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Mon, 9 Nov 2015 17:33:42 +0000
(18:33 +0100)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Mon, 9 Nov 2015 17:33:42 +0000
(18:33 +0100)
pv/session.hpp
patch
|
blob
|
history
diff --git
a/pv/session.hpp
b/pv/session.hpp
index f2f8c7c8e26549be7e6ba8a5e5977c3faf6b10f2..ac3d654c63f06a4d70cd82db368bf16383c41453 100644
(file)
--- a/
pv/session.hpp
+++ b/
pv/session.hpp
@@
-163,7
+163,7
@@
private:
std::vector< std::shared_ptr<view::DecodeTrace> > decode_traces_;
- mutable std::mutex sampling_mutex_;
+ mutable std::mutex sampling_mutex_;
//!< Protects access to capture_state_.
capture_state capture_state_;
mutable boost::shared_mutex signals_mutex_;