multiprocess: Add Ipc and Init interface definitions

This commit is contained in:
Russell Yanofsky
2017-12-05 15:57:12 -05:00
parent 5d62d7f6cd
commit 745c9cebd5
4 changed files with 102 additions and 0 deletions

View File

@@ -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 \