mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
refactor: add kernel/cs_main.*
Co-authored-by: Anthony Towns <aj@erisian.com.au>
This commit is contained in:
7
src/kernel/cs_main.cpp
Normal file
7
src/kernel/cs_main.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
// Copyright (c) 2023 The Bitcoin Core developers
|
||||
// Distributed under the MIT software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#include <sync.h>
|
||||
|
||||
RecursiveMutex cs_main;
|
||||
Reference in New Issue
Block a user