Bitcoin Core  27.99.0
P2P Digital Currency
Namespaces | Functions
kernel_notifications.cpp File Reference
#include <node/kernel_notifications.h>
#include <chain.h>
#include <common/args.h>
#include <common/system.h>
#include <kernel/context.h>
#include <logging.h>
#include <node/abort.h>
#include <node/interface_ui.h>
#include <util/check.h>
#include <util/strencodings.h>
#include <util/string.h>
#include <util/translation.h>
#include <warnings.h>
#include <cstdint>
#include <string>
#include <thread>
Include dependency graph for kernel_notifications.cpp:

Go to the source code of this file.

Namespaces

 node
 

Functions

static void AlertNotify (const std::string &strMessage)
 
static void DoWarning (const bilingual_str &warning)
 
void node::ReadNotificationArgs (const ArgsManager &args, KernelNotifications &notifications)
 

Function Documentation

◆ AlertNotify()

static void AlertNotify ( const std::string &  strMessage)
static

Definition at line 28 of file kernel_notifications.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DoWarning()

static void DoWarning ( const bilingual_str warning)
static

Definition at line 48 of file kernel_notifications.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: