X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8139a23d31f0561dc2119001779692c3e0487b52..fb63e0dbde2bbf7fa0d2a42266a9fb3a627e7e35:/src/mc/mc_private.h diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index a83d8030ad..c9ea7c2599 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -48,7 +48,7 @@ typedef struct s_mc_function_index_item s_mc_function_index_item_t, *mc_function * @param pid PID of the target process * @param socket FD for the communication socket **in server mode** (or -1 otherwise) */ -void MC_init_pid(pid_t pid, int socket); +void MC_init_model_checker(pid_t pid, int socket); extern FILE *dot_output; extern const char* colors[13]; @@ -144,6 +144,8 @@ void MC_dump_stacks(FILE* file); void MC_report_assertion_error(void); +void MC_invalidate_cache(void); + SG_END_DECL() #endif