From: mquinson Date: Wed, 14 Mar 2007 09:18:58 +0000 (+0000) Subject: This is already exported from the corresponding .h (./src/include/surf/surf.h) X-Git-Tag: v3.3~2094 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c3a022946c0849d8b4ffdb81fae65db33554cf7f This is already exported from the corresponding .h (./src/include/surf/surf.h) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3265 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/surf/surf.c b/src/surf/surf.c index ced29d3bed..f4eac311f0 100644 --- a/src/surf/surf.c +++ b/src/surf/surf.c @@ -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;