mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 23:09:44 -04:00
qt/clientmodel: thread safety annotation for m_cached_tip_mutex
This commit is contained in:
parent
f24bd45b37
commit
be6aa72f9f
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ private:
|
|||
//! A thread to interact with m_node asynchronously
|
||||
QThread* const m_thread;
|
||||
|
||||
void TipChanged(SynchronizationState sync_state, interfaces::BlockTip tip, double verification_progress, bool header);
|
||||
void TipChanged(SynchronizationState sync_state, interfaces::BlockTip tip, double verification_progress, bool header) EXCLUSIVE_LOCKS_REQUIRED(!m_cached_tip_mutex);
|
||||
void subscribeToCoreSignals();
|
||||
void unsubscribeFromCoreSignals();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue