SimGrid
3.18
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 |
std::shared_ptr< std::map< std::string, std::string > > | properties |
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 |
std::shared_ptr<std::map<std::string, std::string> > simgrid::simix::ProcessArg::properties |
bool simgrid::simix::ProcessArg::auto_restart = false |