]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_ignore.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further cleanups of the MC protocol (and fix its build :)
[simgrid.git] / src / mc / mc_ignore.h
index cf42fd1114646fb7555c4e7663b111b87c0c2168..58f17955772441452a701944a10743782bfc8176 100644 (file)
@@ -7,25 +7,14 @@
 #define SIMGRID_MC_IGNORE_H
 
 #include "src/internal_config.h"
-#include "xbt/dynar.h"
 
 #if HAVE_UCONTEXT_H
 #include <ucontext.h>           /* context relative declarations */
-#endif
-
 
 SG_BEGIN_DECL();
-
-XBT_PUBLIC(void) MC_ignore_heap(void *address, size_t size);
-XBT_PUBLIC(void) MC_remove_ignore_heap(void *address, size_t size);
-XBT_PUBLIC(void) MC_ignore_local_variable(const char *var_name, const char *frame);
-XBT_PUBLIC(void) MC_ignore_global_variable(const char *var_name);
-
-#if HAVE_UCONTEXT_H
 XBT_PUBLIC(void) MC_register_stack_area(void *stack, smx_actor_t process, ucontext_t* context, size_t size);
-#endif
-
-
 SG_END_DECL();
 
 #endif
+
+#endif