util: Add RAII TokenPipe

This commit is contained in:
Wladimir J. van der Laan
2021-01-26 19:36:41 +01:00
parent 2e8116149c
commit 612f746a8f
3 changed files with 237 additions and 0 deletions

View File

@@ -249,6 +249,7 @@ BITCOIN_CORE_H = \
util/system.h \
util/threadnames.h \
util/time.h \
util/tokenpipe.h \
util/trace.h \
util/translation.h \
util/ui_change_type.h \
@@ -577,6 +578,7 @@ libbitcoin_util_a_SOURCES = \
util/strencodings.cpp \
util/string.cpp \
util/time.cpp \
util/tokenpipe.cpp \
$(BITCOIN_CORE_H)
if USE_LIBEVENT