X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/d5bb5e4a973b0e6e2346204eb743da3676b92821..b97dc9fd9f1529e9216e7525616e81768cd8a173:/simgrid_features.h?ds=sidebyside diff --git a/simgrid_features.h b/simgrid_features.h index 458d6cf..dfee257 100644 --- a/simgrid_features.h +++ b/simgrid_features.h @@ -7,6 +7,9 @@ # error "Unsupported SimGrid version. Need version > 3.5" #endif // ============================================================= // +#if SIMGRID_VERSION < MAKE_SIMGRID_VERSION(3, 8, 0) // ==== SG < 3.8 === // +# define MSG_init(argc, argv) MSG_global_init(argc, argv) +#endif // ============================================================== // #endif // !SIMGRID_FEATURES_H