Bitcoin Core  27.99.0
P2P Digital Currency
ipc::Context Struct Reference

Context struct used to give IPC protocol implementations or implementation hooks access to application state, in case they need to run extra code that isn't needed within a single process, like code copying global state from an existing process to a new process when it's initialized, or code dealing with shared objects that are created or destroyed remotely. More...

#include <context.h>

Inheritance diagram for ipc::Context:
[legend]

Detailed Description

Context struct used to give IPC protocol implementations or implementation hooks access to application state, in case they need to run extra code that isn't needed within a single process, like code copying global state from an existing process to a new process when it's initialized, or code dealing with shared objects that are created or destroyed remotely.

Definition at line 14 of file context.h.


The documentation for this struct was generated from the following file: