aboutsummaryrefslogtreecommitdiff
path: root/src/i2p.cpp
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-11-22 09:52:29 +0000
committerfanquake <fanquake@gmail.com>2022-11-22 09:52:53 +0000
commit1b680948d43b1d39645b9d839a6fa7c6c1786b51 (patch)
tree8de07159a6ca524a6ce25daeb7bac732497b9c5f /src/i2p.cpp
parent542a2b567d549b70b1bf37b57888d25c304dd2a0 (diff)
parentb89530483d39f6a6a777df590b87ba2fad8c8b60 (diff)
Merge bitcoin/bitcoin#26292: util: move threadinterrupt into util/
b89530483d39f6a6a777df590b87ba2fad8c8b60 util: move threadinterrupt into util (fanquake) Pull request description: Alongside thread and threadnames. It's part of libbitcoin_util. ACKs for top commit: ryanofsky: Code review ACK b89530483d39f6a6a777df590b87ba2fad8c8b60. No changes since last review other than rebase theuni: ACK b89530483d39f6a6a777df590b87ba2fad8c8b60. Tree-SHA512: 0421f4d1881ec295272446804b27d16bf63e6b62b272f8bb52bfecde9ae6605e8109ed16294690d3e3ce4b15cc5e7c4046f99442df73adb10bdf069d3fb165aa
Diffstat (limited to 'src/i2p.cpp')
-rw-r--r--src/i2p.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i2p.cpp b/src/i2p.cpp
index 28be8009dc..d54486ecff 100644
--- a/src/i2p.cpp
+++ b/src/i2p.cpp
@@ -18,6 +18,7 @@
#include <util/spanparsing.h>
#include <util/strencodings.h>
#include <util/system.h>
+#include <util/threadinterrupt.h>
#include <chrono>
#include <memory>