Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This is already exported from the corresponding .h (./src/include/surf/surf.h)
[simgrid.git] / src / surf / surf.c
index ced29d3..f4eac31 100644 (file)
@@ -111,7 +111,7 @@ typedef struct surf_resource_object {
 
 static double NOW = 0;
 
-xbt_dynar_t XBT_DECLARE_DATA  resource_list = NULL;
+xbt_dynar_t resource_list = NULL;
 tmgr_history_t history = NULL;
 lmm_system_t maxmin_system = NULL;
 xbt_dynar_t surf_path = NULL;