Mads
Multi-Agent Distributed System
Loading...
Searching...
No Matches
Mads::detail::FdLimitOutcome Struct Reference

The result of acting on a plan. More...

#include <fd_limit.hpp>

Public Attributes

FdLimits limits
 the limits in force afterwards
 
bool applied = false
 a setrlimit() call was made and succeeded
 
std::string error
 why it failed, when it did
 

Detailed Description

The result of acting on a plan.

Definition at line 304 of file fd_limit.hpp.

Member Data Documentation

◆ applied

bool Mads::detail::FdLimitOutcome::applied = false

a setrlimit() call was made and succeeded

Definition at line 306 of file fd_limit.hpp.

Referenced by Mads::detail::apply_fd_limit().

◆ error

std::string Mads::detail::FdLimitOutcome::error

why it failed, when it did

Definition at line 307 of file fd_limit.hpp.

Referenced by Mads::detail::apply_fd_limit().

◆ limits

FdLimits Mads::detail::FdLimitOutcome::limits

the limits in force afterwards

Definition at line 305 of file fd_limit.hpp.

Referenced by Mads::detail::apply_fd_limit().


The documentation for this struct was generated from the following file: