diff options
author | Nikola Pajkovsky <npajkovs@redhat.com> | 2010-06-01 16:44:49 +0200 |
---|---|---|
committer | Nikola Pajkovsky <npajkovs@redhat.com> | 2010-06-01 16:44:49 +0200 |
commit | b69e4c744b48ed2f70878ccd1535ab9fad2bd959 (patch) | |
tree | eab4c941b25d216ddae4406d40efc6401ca10052 /inc | |
parent | 21bdb298ce46b52e7e9ac997f4f8e6d885832b1e (diff) | |
download | abrt-b69e4c744b48ed2f70878ccd1535ab9fad2bd959.tar.gz abrt-b69e4c744b48ed2f70878ccd1535ab9fad2bd959.tar.xz abrt-b69e4c744b48ed2f70878ccd1535ab9fad2bd959.zip |
add new file *hostname* into debugdump directory
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
Diffstat (limited to 'inc')
-rw-r--r-- | inc/CrashTypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/CrashTypes.h b/inc/CrashTypes.h index 4e80f8d9..0581fc5f 100644 --- a/inc/CrashTypes.h +++ b/inc/CrashTypes.h @@ -47,6 +47,7 @@ #define FILENAME_COMMENT "comment" #define FILENAME_REPRODUCE "reproduce" #define FILENAME_RATING "rating" +#define FILENAME_HOSTNAME "hostname" // Apart from CD_UID, which is also stored as a file in dump directory, // these items only exist in db. (CD_UID is also a file because |