Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
better handling of sendrecv when MPI_PROC_NULL is either src or dst
[simgrid.git] / src / xbt / config.cpp
index 1e6a84b675728c715dd0f96a22ef52a892e5cafc..5ca3c349088cdc40354528d75e91840f191b53af 100644 (file)
@@ -29,7 +29,7 @@
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_cfg, xbt, "configuration support");
 
-XBT_EXPORT_NO_IMPORT(xbt_cfg_t) simgrid_config = nullptr;
+XBT_EXPORT_NO_IMPORT xbt_cfg_t simgrid_config = nullptr;
 extern "C" XBT_PUBLIC void sg_config_finalize();
 
 namespace simgrid {