From c3e7d3bd45aabb19ac6e122590938a05a1a16270 Mon Sep 17 00:00:00 2001 From: schnorr Date: Wed, 23 May 2012 23:59:35 +0200 Subject: [PATCH] [trace] more changes to adapt graph configuration to libconfig parsing rules --- src/instr/instr_config.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.20.1