X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9932a0c0d2c44e34633c97a827b2b04d615cb4e9..b3b356352e87ae00a20f737c48e19b0c8413455a:/src/include/mc/mc.h diff --git a/src/include/mc/mc.h b/src/include/mc/mc.h index 23be47f024..2f4ec260ca 100644 --- a/src/include/mc/mc.h +++ b/src/include/mc/mc.h @@ -1,4 +1,4 @@ - /* Copyright (c) 2008-2014. The SimGrid Team. +/* Copyright (c) 2008-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -40,7 +40,6 @@ extern int _sg_do_model_check; extern int _sg_do_model_check_record; extern int _sg_mc_checkpoint; extern int _sg_mc_sparse_checkpoint; -extern int _sg_mc_soft_dirty; extern char* _sg_mc_property_file; extern int _sg_mc_timeout; extern int _sg_mc_hash; @@ -61,7 +60,6 @@ extern xbt_dynar_t stacks_areas; void _mc_cfg_cb_reduce(const char *name, int pos); void _mc_cfg_cb_checkpoint(const char *name, int pos); void _mc_cfg_cb_sparse_checkpoint(const char *name, int pos); -void _mc_cfg_cb_soft_dirty(const char *name, int pos); void _mc_cfg_cb_property(const char *name, int pos); void _mc_cfg_cb_timeout(const char *name, int pos); void _mc_cfg_cb_hash(const char *name, int pos); @@ -73,7 +71,7 @@ void _mc_cfg_cb_comms_determinism(const char *name, int pos); void _mc_cfg_cb_send_determinism(const char *name, int pos); void _mc_cfg_cb_termination(const char *name, int pos); -XBT_PUBLIC(void) MC_do_the_modelcheck_for_real(void); +XBT_PUBLIC(void) MC_run(void); XBT_PUBLIC(void) MC_init(void); XBT_PUBLIC(void) MC_exit(void); XBT_PUBLIC(void) MC_process_clock_add(smx_process_t, double); @@ -85,7 +83,7 @@ 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); -XBT_PUBLIC(void) MC_new_stack_area(void *stack, smx_process_t process, void *context, size_t size); +XBT_PUBLIC(void) MC_register_stack_area(void *stack, smx_process_t process, void *context, size_t size); /********************************* Memory *************************************/ XBT_PUBLIC(void) MC_memory_init(void); /* Initialize the memory subsystem */