rippled
Loading...
Searching...
No Matches
make_Manager.h
1#pragma once
2
3#include <xrpld/peerfinder/PeerfinderManager.h>
4
5#include <boost/asio/io_context.hpp>
6
7#include <memory>
8
9namespace xrpl {
10namespace PeerFinder {
11
15 boost::asio::io_context& io_context,
16 clock_type& clock,
17 beast::Journal journal,
18 BasicConfig const& config,
19 beast::insight::Collector::ptr const& collector);
20
21} // namespace PeerFinder
22} // namespace xrpl
A generic endpoint for log messages.
Definition Journal.h:40
beast::abstract_clock< std::chrono::steady_clock > clock_type
std::unique_ptr< Manager > make_Manager(boost::asio::io_context &io_context, clock_type &clock, beast::Journal journal, BasicConfig const &config, beast::insight::Collector::ptr const &collector)
Create a new Manager.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5