![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <node/kernel_notifications.h>#include <bitcoin-build-config.h>#include <chain.h>#include <common/args.h>#include <common/system.h>#include <kernel/context.h>#include <kernel/warning.h>#include <logging.h>#include <node/abort.h>#include <node/interface_ui.h>#include <node/warnings.h>#include <util/check.h>#include <util/signalinterrupt.h>#include <util/strencodings.h>#include <util/string.h>#include <util/translation.h>#include <cstdint>#include <string>#include <thread>Go to the source code of this file.
Namespaces | |
| namespace | node |
Functions | |
| static void | AlertNotify (const std::string &strMessage) |
| void | node::ReadNotificationArgs (const ArgsManager &args, KernelNotifications ¬ifications) |
Definition at line 30 of file kernel_notifications.cpp.