Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let all smpi wrapper obey the VERBOSE variable
[simgrid.git] / src / mc / mc_ignore.hpp
index 1ede97a785b35ed92b6d539ac200772a18adb5e9..c25b45b0cf6b3174e8d680af4b30b93c9a911824 100644 (file)
@@ -12,7 +12,7 @@
 #if HAVE_UCONTEXT_H
 #include <ucontext.h> /* context relative declarations */
 
-XBT_PUBLIC void MC_register_stack_area(void* stack, smx_actor_t process, ucontext_t* context, size_t size);
+XBT_PUBLIC void MC_register_stack_area(void* stack, ucontext_t* context, size_t size);
 
 #endif