From 93807d2c14529cbf38cb5516203a6b4b04a465d5 Mon Sep 17 00:00:00 2001 From: mquinson Date: Sun, 7 Aug 2005 09:12:35 +0000 Subject: [PATCH] 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 --- examples/gras/tokenS/tokenS.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.20.1