Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This is already exported from the corresponding .h (./src/include/surf/surf.h)
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 14 Mar 2007 09:18:58 +0000 (09:18 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 14 Mar 2007 09:18:58 +0000 (09:18 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3265 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/surf/surf.c

index ced29d3..f4eac31 100644 (file)
@@ -111,7 +111,7 @@ typedef struct surf_resource_object {
 
 static double NOW = 0;
 
 
 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;
 tmgr_history_t history = NULL;
 lmm_system_t maxmin_system = NULL;
 xbt_dynar_t surf_path = NULL;