0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-05 10:17:30 -05:00
bitcoin-bitcoin-core/src/ipc/capnp
Russell Yanofsky 3e33d170cc Add ipc::Context and ipc::capnp::Context structs
These are currently empty structs but they will be used to pass some
function and object pointers from bitcoin application code to IPC hooks
that run, for example, when a remote object is created or destroyed, or
a new process is created.
2021-06-10 09:58:45 -05:00
..
.gitignore multiprocess: Add Ipc interface implementation 2021-04-23 03:02:50 -05:00
context.h Add ipc::Context and ipc::capnp::Context structs 2021-06-10 09:58:45 -05:00
echo.capnp multiprocess: Add echoipc RPC method and test 2021-04-23 03:02:50 -05:00
init-types.h multiprocess: Add echoipc RPC method and test 2021-04-23 03:02:50 -05:00
init.capnp multiprocess: Add echoipc RPC method and test 2021-04-23 03:02:50 -05:00
protocol.cpp Add ipc::Context and ipc::capnp::Context structs 2021-06-10 09:58:45 -05:00
protocol.h multiprocess: Add Ipc interface implementation 2021-04-23 03:02:50 -05:00