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_7_1~58 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c3e7d3bd45aabb19ac6e122590938a05a1a16270 [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