|
SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include <ActorImpl.hpp>
Public Attributes | |
| std::string | name |
| std::function< void()> | code |
| void * | data = nullptr |
| sg_host_t | host = nullptr |
| double | kill_time = 0.0 |
| xbt_dict_t | properties = nullptr |
| bool | auto_restart = false |
| std::string simgrid::simix::ProcessArg::name |
| std::function<void()> simgrid::simix::ProcessArg::code |
| void* simgrid::simix::ProcessArg::data = nullptr |
| sg_host_t simgrid::simix::ProcessArg::host = nullptr |
| double simgrid::simix::ProcessArg::kill_time = 0.0 |
| xbt_dict_t simgrid::simix::ProcessArg::properties = nullptr |
| bool simgrid::simix::ProcessArg::auto_restart = false |