mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 09:43:55 +02:00
multiprocess: Add Ipc and Init interface definitions
This commit is contained in:
@@ -159,6 +159,8 @@ BITCOIN_CORE_H = \
|
||||
init/common.h \
|
||||
interfaces/chain.h \
|
||||
interfaces/handler.h \
|
||||
interfaces/init.h \
|
||||
interfaces/ipc.h \
|
||||
interfaces/node.h \
|
||||
interfaces/wallet.h \
|
||||
key.h \
|
||||
@@ -559,6 +561,7 @@ libbitcoin_util_a_SOURCES = \
|
||||
compat/strnlen.cpp \
|
||||
fs.cpp \
|
||||
interfaces/handler.cpp \
|
||||
interfaces/init.cpp \
|
||||
logging.cpp \
|
||||
random.cpp \
|
||||
randomenv.cpp \
|
||||
|
||||
Reference in New Issue
Block a user