0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-04 10:07:27 -05:00
bitcoin-bitcoin-core/src/ipc
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
..
capnp Add ipc::Context and ipc::capnp::Context structs 2021-06-10 09:58:45 -05:00
context.h Add ipc::Context and ipc::capnp::Context structs 2021-06-10 09:58:45 -05:00
exception.h multiprocess: Add Ipc interface implementation 2021-04-23 03:02:50 -05:00
interfaces.cpp Add ipc::Context and ipc::capnp::Context structs 2021-06-10 09:58:45 -05:00
process.cpp multiprocess: Add Ipc interface implementation 2021-04-23 03:02:50 -05:00
process.h multiprocess: Add Ipc interface implementation 2021-04-23 03:02:50 -05:00
protocol.h Add ipc::Context and ipc::capnp::Context structs 2021-06-10 09:58:45 -05:00