SimGrid
3.13
Versatile Simulation of Distributed Systems
|
Functions | |
void | MSG_launch_application (const char *file) |
An application deployer. More... | |
void | MSG_function_register (const char *name, xbt_main_func_t code) |
Registers the main function of a process in a global table. More... | |
void | MSG_function_register_default (xbt_main_func_t code) |
Registers a function as the default main function of processes. More... | |
xbt_main_func_t | MSG_get_registered_function (const char *name) |
Retrieves a registered main function. More... | |
void | MSG_set_function (const char *host_id, const char *function_name, xbt_dynar_t arguments) |
register functions bypassing the parser More... | |
void MSG_set_function | ( | const char * | host_id, |
const char * | function_name, | ||
xbt_dynar_t | arguments | ||
) |
register functions bypassing the parser