From: schnorr Date: Wed, 23 May 2012 21:59:35 +0000 (+0200) Subject: [trace] more changes to adapt graph configuration to libconfig parsing rules X-Git-Tag: v3_8~685^2~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1646a478b93ec1fceead61763f1a4b294f8eb1b3?hp=b81c5330d3f82cb5ad696869f5e176bf60879d49 [trace] more changes to adapt graph configuration to libconfig parsing rules --- diff --git a/src/instr/instr_config.c b/src/instr/instr_config.c index 717cb5ab31..b948962e98 100644 --- a/src/instr/instr_config.c +++ b/src/instr/instr_config.c @@ -487,14 +487,14 @@ void TRACE_generate_triva_cat_conf (void) //configuration for all nodes fprintf (file, " host = {\n" - " type = square;\n" - " size = power;\n"); + " type = \"square\";\n" + " size = \"power\";\n"); output_categories ("p", TRACE_get_categories(), file); fprintf (file, " };\n" " link = {\n" - " type = rhombus;\n" - " size = bandwidth;\n"); + " type = \"rhombus\";\n" + " size = \"bandwidth\";\n"); output_categories ("b", TRACE_get_categories(), file); fprintf (file, " };\n"); //close