From: cherierm Date: Wed, 11 Apr 2007 19:28:54 +0000 (+0000) Subject: export the _gras_procname variable in the dll X-Git-Tag: v3.3~1962 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8dc87da96e9e29fbbeee39c31332d75e6e9db114 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 --- 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);