From: mquinson Date: Sun, 7 Aug 2005 09:12:35 +0000 (+0000) Subject: And now, a version which compile. Next time, a version which works. I'm gonna blow... X-Git-Tag: v3.3~3769 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/93807d2c14529cbf38cb5516203a6b4b04a465d5 And now, a version which compile. Next time, a version which works. I'm gonna blow your mailbox >:) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1587 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/gras/tokenS/tokenS.c b/examples/gras/tokenS/tokenS.c index bd0ec970d7..4e99a3b1d7 100644 --- a/examples/gras/tokenS/tokenS.c +++ b/examples/gras/tokenS/tokenS.c @@ -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);