SimGrid
3.21
Versatile Simulation of Distributed Systems
|
Functions | |
sg_netzone_t | sg_zone_get_root () |
const char * | sg_zone_get_name (sg_netzone_t zone) |
sg_netzone_t | sg_zone_get_by_name (const char *name) |
void | sg_zone_get_sons (sg_netzone_t zone, xbt_dict_t whereto) |
const char * | sg_zone_get_property_value (sg_netzone_t as, const char *name) |
void | sg_zone_set_property_value (sg_netzone_t netzone, const char *name, char *value) |
void | sg_zone_get_hosts (sg_netzone_t zone, xbt_dynar_t whereto) |
sg_netzone_t sg_zone_get_root | ( | ) |
const char* sg_zone_get_name | ( | sg_netzone_t | zone | ) |
sg_netzone_t sg_zone_get_by_name | ( | const char * | name | ) |
void sg_zone_get_sons | ( | sg_netzone_t | zone, |
xbt_dict_t | whereto | ||
) |
const char* sg_zone_get_property_value | ( | sg_netzone_t | as, |
const char * | name | ||
) |
void sg_zone_set_property_value | ( | sg_netzone_t | netzone, |
const char * | name, | ||
char * | value | ||
) |
void sg_zone_get_hosts | ( | sg_netzone_t | zone, |
xbt_dynar_t | whereto | ||
) |