Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
export the _gras_procname variable in the dll
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 11 Apr 2007 19:28:54 +0000 (19:28 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 11 Apr 2007 19:28:54 +0000 (19:28 +0000)
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

index fdb33f1..7351f8a 100644 (file)
@@ -13,7 +13,7 @@
 
 /* globals */
 static gras_procdata_t *_gras_procdata = NULL;
 
 /* 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);
 
 void gras_process_init() {
   _gras_procdata=xbt_new0(gras_procdata_t,1);