Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Please compile with enable_compile_warnings=on. Missing some prototypes.
[simgrid.git] / src / include / simix / simix.h
index 7faa5bc41fd084fa62b9bf4e9129ff67bafc63d7..ab928468e8a7cda1eec0bb797548496809e39b43 100644 (file)
@@ -30,7 +30,7 @@ XBT_PUBLIC(void) SIMIX_launch_application(const char *file);
 /*
  *  Deployment (Bypass the parser)
  */
-XBT_PUBLIC(void) SIMIX_set_process_function(const char* process_host,const char *process_function,xbt_dynar_t arguments,double process_start_time,double process_kill_time);
+XBT_PUBLIC(void) SIMIX_process_set_function(const char* process_host,const char *process_function,xbt_dynar_t arguments,double process_start_time,double process_kill_time);
 
 
 XBT_PUBLIC(double) SIMIX_get_clock(void);