![]() |
Mads
Multi-Agent Distributed System
|
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 | |
The result of acting on a plan.
Definition at line 304 of file fd_limit.hpp.
| 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().
| 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().
| 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().