From 0a347966b14d794317813ed24a3fc1e8e552dcf7 Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 15 Nov 2004 09:25:52 +0000 Subject: [PATCH] Hardcode GRAS_MAX_CHANNEL since it got killed somehow in the last headers reorganization (and was used only in this location) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@506 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/gras_stub_generator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gras_stub_generator b/examples/gras_stub_generator index 84a1c8b18e..5edd69e1b6 100755 --- a/examples/gras_stub_generator +++ b/examples/gras_stub_generator @@ -115,7 +115,7 @@ int main (int argc,char *argv[]) { /* Simulation setup */ MSG_global_init(); MSG_set_verbosity(MSG_SILENT); - MSG_set_channel_number(GRAS_MAX_CHANNEL); + MSG_set_channel_number(10); // GRAS_MAX_CHANNEL hardcoded since Alvin killed its definition MSG_create_environment(argv[1]); /* Application deployment */ -- 2.20.1