mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
scripted-diff: Convert global Mutexes to GlobalMutexes
-BEGIN VERIFY SCRIPT- sed -i -E -e '/^([a-z]+ )?Mutex [a-z]/ s/Mutex/GlobalMutex/' $(git grep -lE '^([a-z]+ )?Mutex [a-z]') -END VERIFY SCRIPT-
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include <util/translation.h>
|
||||
#include <warnings.h>
|
||||
|
||||
static Mutex g_timeoffset_mutex;
|
||||
static GlobalMutex g_timeoffset_mutex;
|
||||
static int64_t nTimeOffset GUARDED_BY(g_timeoffset_mutex) = 0;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user