SimGrid  3.16
Versatile Simulation of Distributed Systems
msg_deployment.cpp File Reference

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...
 

Function Documentation

◆ MSG_set_function()

void MSG_set_function ( const char *  host_id,
const char *  function_name,
xbt_dynar_t  arguments 
)

register functions bypassing the parser