SimGrid  3.18
Versatile Simulation of Distributed Systems
s_sg_platf_process_cbarg_t Struct Reference

#include <platf_private.hpp>

Public Attributes

std::vector< std::stringargs
 
std::map< std::string, std::string > * properties = nullptr
 
const char * host = nullptr
 
const char * function = nullptr
 
double start_time = 0.0
 
double kill_time = 0.0
 
e_surf_process_on_failure_t on_failure = {}
 

Member Data Documentation

◆ args

std::vector<std::string> s_sg_platf_process_cbarg_t::args

◆ properties

std::map<std::string, std::string>* s_sg_platf_process_cbarg_t::properties = nullptr

◆ host

const char* s_sg_platf_process_cbarg_t::host = nullptr

◆ function

const char* s_sg_platf_process_cbarg_t::function = nullptr

◆ start_time

double s_sg_platf_process_cbarg_t::start_time = 0.0

◆ kill_time

double s_sg_platf_process_cbarg_t::kill_time = 0.0

◆ on_failure

e_surf_process_on_failure_t s_sg_platf_process_cbarg_t::on_failure = {}

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