X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0c43de62fbe4bfc243d6512296e09207e80bcd54..cc794fff019ab735cdc4150384d465fdbcbe2fd1:/include/simgrid/modelchecker.h diff --git a/include/simgrid/modelchecker.h b/include/simgrid/modelchecker.h index f97be05bf3..557014d5df 100644 --- a/include/simgrid/modelchecker.h +++ b/include/simgrid/modelchecker.h @@ -13,6 +13,8 @@ #ifndef SIMGRID_MODELCHECKER_H #define SIMGRID_MODELCHECKER_H +SG_BEGIN_DECL() + #ifdef HAVE_MC extern int _sg_do_model_check; /* please don't use directly: we inline MC_is_active, but that's what you should use */ @@ -44,6 +46,6 @@ XBT_PUBLIC(void) MC_ignore(void *addr, size_t size); #endif - +SG_END_DECL() #endif /* SIMGRID_MODELCHECKER_H */