node::ReadNotificationArgs

Apply notification-related options from the argument manager.

Synopsis

Declared in <node/kernel_notifications.h>

void
ReadNotificationArgs(
    ArgsManager const& args,
    KernelNotifications& notifications);

Parameters

NameDescription
argsArgument manager holding the parsed settings.
notificationsThe notification handler to configure.