summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-05-23 17:38:40 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-05-23 17:38:40 +0200
commit1c37993c45fdb8fc27694488d496f3228444c23f (patch)
treecd2dc0a915c34d721afcf5b8b38ee8e796f96195 /src/include
parent8c3b73df092802404578ee882a80cb8132012775 (diff)
downloadabrt-1c37993c45fdb8fc27694488d496f3228444c23f.tar.gz
abrt-1c37993c45fdb8fc27694488d496f3228444c23f.tar.xz
abrt-1c37993c45fdb8fc27694488d496f3228444c23f.zip
rename "global_uuid" element to "duphash"
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/abrt_problem_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/abrt_problem_data.h b/src/include/abrt_problem_data.h
index 9df7250f..b705daad 100644
--- a/src/include/abrt_problem_data.h
+++ b/src/include/abrt_problem_data.h
@@ -40,7 +40,7 @@
#define FILENAME_MAPS "maps"
#define FILENAME_SMAPS "smaps"
#define FILENAME_ENVIRON "environ"
-#define FILENAME_DUPHASH "global_uuid" /* name is compat, to be renamed to "duphash" */
+#define FILENAME_DUPHASH "duphash"
// Name of the function where the application crashed.
// Optional.
#define FILENAME_CRASH_FUNCTION "crash_function"