Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Kagome
Consensus
core
Development guide
Guide for `outcome::result<T>`
Rules
Terms
Tooling
Overview
Your first Kagome chain
Runing Kagome in docker container
Start private Kagome network
Namespaces
Classes
Files
File List
core
api
application
assets
authority_discovery
authorship
blockchain
clock
common
blob.cpp
blob.hpp
buffer.hpp
buffer_back_insert_iterator.hpp
buffer_view.hpp
empty.hpp
fd_limit.cpp
fd_limit.hpp
hexutil.cpp
hexutil.hpp
literals.hpp
monadic_utils.hpp
mp_utils.cpp
mp_utils.hpp
outcome_throw.hpp
size_limited_containers.hpp
spin_lock.cpp
spin_lock.hpp
stub.hpp
tagged.hpp
type_traits.hpp
unused.hpp
uri.cpp
uri.hpp
variant_builder.hpp
visitor.hpp
wrapper.hpp
consensus
containers
crypto
filesystem
host_api
injector
log
macro
metrics
network
offchain
outcome
parachain
primitives
runtime
scale
storage
subscription
telemetry
transaction_pool
utils
docs
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
fd_limit.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_COMMON_FD_LIMIT_HPP
7
#define KAGOME_COMMON_FD_LIMIT_HPP
8
9
#include <cstdlib>
10
#include <optional>
11
12
struct
rlimit;
13
14
namespace
kagome::common
{
15
std::optional<size_t>
getFdLimit
();
16
void
setFdLimit
(
size_t
limit);
17
}
// namespace kagome::common
18
19
#endif // KAGOME_COMMON_FD_LIMIT_HPP
kagome::common::setFdLimit
void setFdLimit(size_t limit)
Definition:
fd_limit.cpp:44
kagome::common
Definition:
blob.cpp:19
kagome::common::getFdLimit
std::optional< size_t > getFdLimit()
Definition:
fd_limit.cpp:36
core
common
fd_limit.hpp
Generated by
1.8.11