X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d805d3e2b617db73c7c28cf4e4683cd9e6b928d4:/src/mc/mc_ignore.h..d809b28aed8516d8e281c908502638df19e784dd:/src/mc/mc_ignore.hpp?ds=sidebyside diff --git a/src/mc/mc_ignore.h b/src/mc/mc_ignore.hpp similarity index 72% rename from src/mc/mc_ignore.h rename to src/mc/mc_ignore.hpp index f146f50e53..595c04e599 100644 --- a/src/mc/mc_ignore.h +++ b/src/mc/mc_ignore.hpp @@ -3,17 +3,15 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#ifndef SIMGRID_MC_IGNORE_H -#define SIMGRID_MC_IGNORE_H +#ifndef SIMGRID_MC_IGNORE_HPP +#define SIMGRID_MC_IGNORE_HPP #include "src/internal_config.h" #if HAVE_UCONTEXT_H -#include /* context relative declarations */ +#include /* context relative declarations */ -SG_BEGIN_DECL(); XBT_PUBLIC void MC_register_stack_area(void* stack, smx_actor_t process, ucontext_t* context, size_t size); -SG_END_DECL(); #endif