mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
refactor: add kernel/cs_main.*
Co-authored-by: Anthony Towns <aj@erisian.com.au>
This commit is contained in:
parent
296e882250
commit
282019cd3d
17 changed files with 44 additions and 27 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue