Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
And now, a version which compile. Next time, a version which works. I'm gonna blow...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 7 Aug 2005 09:12:35 +0000 (09:12 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 7 Aug 2005 09:12:35 +0000 (09:12 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1587 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/gras/tokenS/tokenS.c

index bd0ec97..4e99a3b 100644 (file)
@@ -111,6 +111,8 @@ int node (int argc,char *argv[]) {
   const char *host;
   int   myport;
   int   peerport;
+    
+  xbt_ex_t e;
   
   /* 1. Init the GRAS infrastructure and declare my globals */
   gras_init(&argc,argv);