refactor: add kernel/cs_main.*

Co-authored-by: Anthony Towns <aj@erisian.com.au>
This commit is contained in:
fanquake 2022-09-15 10:45:07 +01:00
parent 296e882250
commit 282019cd3d
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1
17 changed files with 44 additions and 27 deletions

7
src/kernel/cs_main.cpp Normal file
View 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;