X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4278f886d77f29167f4541362ddc3d2b96a29e9c..06be38ef613115769d3724faf9df315dd9a34957:/src/msg/msg_global.cpp diff --git a/src/msg/msg_global.cpp b/src/msg/msg_global.cpp index aad562018c..9845fdf860 100644 --- a/src/msg/msg_global.cpp +++ b/src/msg/msg_global.cpp @@ -93,13 +93,10 @@ void MSG_config(const char *key, const char *value){ /** \ingroup msg_simulation * \brief Kill all running process - * \param reset_PIDs should we reset the PID numbers. A negative - * number means no reset and a positive number will be used to set the PID - * of the next newly created process. */ -int MSG_process_killall(int reset_PIDs) +int MSG_process_killall() { - simcall_process_killall(reset_PIDs); + simcall_process_killall(); return 0; }