mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-04 04:45:10 +02:00
util: Add RAII TokenPipe
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user