From e80868b45a605b7c4a5cdfda5ece522a3c2b2bad Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 6 Jul 2004 01:01:17 +0000 Subject: [PATCH] Make sure the process get the --gras-log argument in SG mode (where the arguments are usually given by the deployment file) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@174 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/gras_stub_generator | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/examples/gras_stub_generator b/examples/gras_stub_generator index 1c6376e9a8..9830a96d6a 100755 --- a/examples/gras_stub_generator +++ b/examples/gras_stub_generator @@ -48,6 +48,8 @@ $warn #include #include +char *gras_log=NULL; + EOF ; foreach (keys %process) { print OUT "int $_(int argc,char *argv[]);\n"; } @@ -57,8 +59,12 @@ print OUT "\n$warn\n"; foreach (keys %process) { print OUT<