|
SimGrid
3.21
Versatile Simulation of Distributed Systems
|
Typedefs | |
| typedef void(* | xbt_cfg_cb_t) (const char *name) |
| Callback types. More... | |
Functions | |
| xbt_cfg_t | xbt_cfg_new () |
| void | xbt_cfg_free (xbt_cfg_t *cfg) |
| void | xbt_cfg_dump (const char *name, const char *indent, xbt_cfg_t cfg) |
| typedef void(* xbt_cfg_cb_t) (const char *name) |
Callback types.
They get the name of the modified entry, and the position of the changed value
| xbt_cfg_t xbt_cfg_new | ( | ) |
| void xbt_cfg_free | ( | xbt_cfg_t * | cfg | ) |
| void xbt_cfg_dump | ( | const char * | name, |
| const char * | indent, | ||
| xbt_cfg_t | cfg | ||
| ) |