From c3a022946c0849d8b4ffdb81fae65db33554cf7f Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 14 Mar 2007 09:18:58 +0000 Subject: [PATCH 1/1] 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 --- src/surf/surf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1