From 6a3678683ea811786d2e7f433d9e8271c1072ca3 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 3 Sep 2009 18:40:05 +0200 Subject: abrtd: simplify .conf file saving -2k: text data bss dec hex filename 197276 2624 2352 202252 3160c abrt.t4/abrt-0.0.8/src/Daemon/.libs/abrtd 195513 2656 2352 200521 30f49 abrt.t6/abrt-0.0.8/src/Daemon/.libs/abrtd Signed-off-by: Denys Vlasenko --- inc/abrt_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc') diff --git a/inc/abrt_types.h b/inc/abrt_types.h index 08f70906..3ac31bc6 100644 --- a/inc/abrt_types.h +++ b/inc/abrt_types.h @@ -36,7 +36,7 @@ typedef std::map map_vector_pair_strin /* Report() method return type */ typedef std::map report_status_t; -/* Holds result of .conf file parsing */ -typedef std::map map_plugin_settings_t; +/* Holds result of .conf file section parsing: map["name"] = "value" */ +typedef map_string_t map_plugin_settings_t; #endif -- cgit