![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <ipc/process.h>#include <ipc/protocol.h>#include <logging.h>#include <mp/util.h>#include <tinyformat.h>#include <util/fs.h>#include <util/strencodings.h>#include <util/syserror.h>#include <cstdint>#include <cstdlib>#include <cstring>#include <cerrno>#include <exception>#include <iostream>#include <stdexcept>#include <sys/socket.h>#include <sys/un.h>#include <unistd.h>#include <utility>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | ipc |
Functions | |
| std::unique_ptr< Process > | ipc::MakeProcess () |
| Constructor for Process interface. More... | |