summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-12-11 16:43:57 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-12-11 16:43:57 +0100
commit890f62322fc8fee262e39a10428b1a2489edf267 (patch)
tree1d4af471459ad12ffb3c3041b628df056f9cb15c /inc
parent4cd94cba0537d47078dac0c075b8ba55a7c53599 (diff)
downloadabrt-890f62322fc8fee262e39a10428b1a2489edf267.tar.gz
abrt-890f62322fc8fee262e39a10428b1a2489edf267.tar.xz
abrt-890f62322fc8fee262e39a10428b1a2489edf267.zip
abrt-cli: report success/failure of reporting. closes bug 71
See https://fedorahosted.org/abrt/ticket/71 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/abrt_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/abrt_types.h b/inc/abrt_types.h
index 1fbb701a..d096ddd5 100644
--- a/inc/abrt_types.h
+++ b/inc/abrt_types.h
@@ -38,6 +38,9 @@ typedef std::map<std::string, vector_pair_string_string_t> map_vector_pair_strin
/* Report() method return type */
typedef map_vector_string_t report_status_t;
+/* map_vector_string_t's vector element meaning: */
+#define REPORT_STATUS_IDX_FLAG 0
+#define REPORT_STATUS_IDX_MSG 1
/* Holds result of .conf file section parsing: map["name"] = "value" */
typedef map_string_t map_plugin_settings_t;