From faa92a2297b4a6aebdd58d1818c428f1c0346078 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 17 Dec 2019 07:11:44 +0700 Subject: rpc: Remove mempool global from miner --- src/bench/bench.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/bench/bench.h') diff --git a/src/bench/bench.h b/src/bench/bench.h index 3a8c487b9a..022c020e15 100644 --- a/src/bench/bench.h +++ b/src/bench/bench.h @@ -14,6 +14,9 @@ #include #include +struct RegTestingSetup; +extern const RegTestingSetup* g_testing_setup; //!< A pointer to the current testing setup + // Simple micro-benchmarking framework; API mostly matches a subset of the Google Benchmark // framework (see https://github.com/google/benchmark) // Why not use the Google Benchmark framework? Because adding Yet Another Dependency -- cgit v1.2.3