From 8dc87da96e9e29fbbeee39c31332d75e6e9db114 Mon Sep 17 00:00:00 2001 From: cherierm Date: Wed, 11 Apr 2007 19:28:54 +0000 Subject: [PATCH] export the _gras_procname variable in the dll git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3398 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/gras/Virtu/rl_process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gras/Virtu/rl_process.c b/src/gras/Virtu/rl_process.c index fdb33f14a9..7351f8aff4 100644 --- a/src/gras/Virtu/rl_process.c +++ b/src/gras/Virtu/rl_process.c @@ -13,7 +13,7 @@ /* globals */ static gras_procdata_t *_gras_procdata = NULL; -char const *_gras_procname = NULL; +char const * XBT_PUBLIC_DATA _gras_procname = NULL; void gras_process_init() { _gras_procdata=xbt_new0(gras_procdata_t,1); -- 2.20.1