SimGrid  3.21
Versatile Simulation of Distributed Systems
zone.h File Reference
#include <simgrid/forward.h>
#include <xbt/base.h>
#include <xbt/dict.h>

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)
 

Function Documentation

◆ sg_zone_get_root()

sg_netzone_t sg_zone_get_root ( )

◆ sg_zone_get_name()

const char* sg_zone_get_name ( sg_netzone_t  zone)

◆ sg_zone_get_by_name()

sg_netzone_t sg_zone_get_by_name ( const char *  name)

◆ sg_zone_get_sons()

void sg_zone_get_sons ( sg_netzone_t  zone,
xbt_dict_t  whereto 
)

◆ sg_zone_get_property_value()

const char* sg_zone_get_property_value ( sg_netzone_t  as,
const char *  name 
)

◆ sg_zone_set_property_value()

void sg_zone_set_property_value ( sg_netzone_t  netzone,
const char *  name,
char *  value 
)

◆ sg_zone_get_hosts()

void sg_zone_get_hosts ( sg_netzone_t  zone,
xbt_dynar_t  whereto 
)