|
SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include "src/msg/msg_private.h"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... | |
| 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