Bitcoin Core
31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
src
node
peerman_args.h
Go to the documentation of this file.
1
// Copyright (c) 2023-present The Bitcoin Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or https://opensource.org/license/mit.
4
5
#ifndef BITCOIN_NODE_PEERMAN_ARGS_H
6
#define BITCOIN_NODE_PEERMAN_ARGS_H
7
8
#include <
net_processing.h
>
9
10
class
ArgsManager
;
11
12
namespace
node
{
13
void
ApplyArgsManOptions
(
const
ArgsManager& argsman, PeerManager::Options& options);
14
}
// namespace node
15
16
#endif
// BITCOIN_NODE_PEERMAN_ARGS_H
ArgsManager
Definition
args.h:103
node
Definition
messages.h:21
node::ApplyArgsManOptions
util::Result< void > ApplyArgsManOptions(const ArgsManager &args, BlockManager::Options &opts)
Definition
blockmanager_args.cpp:18
net_processing.h
Generated on
for Bitcoin Core by
1.16.1