X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a470bbfee8e031e6e21e4605d1d19a1a5eb1039b..f5fd55f293d7e019e8c23e7ff76e2b3743e40cd6:/src/msg/deployment.c diff --git a/src/msg/deployment.c b/src/msg/deployment.c index 984792cb9c..29e5235558 100644 --- a/src/msg/deployment.c +++ b/src/msg/deployment.c @@ -75,7 +75,8 @@ xbt_main_func_t MSG_get_registered_function(const char *name) * \brief register functions bypassing the parser */ -void MSG_set_function(const char* host_id,const char *function_name,xbt_dynar_t arguments) +void MSG_set_function(const char *host_id, const char *function_name, + xbt_dynar_t arguments) { - SIMIX_process_set_function(host_id,function_name,arguments,-1,-1); + SIMIX_process_set_function(host_id, function_name, arguments, -1, -1); }