From aa501f2e44a7a08634609c4db4e635c4d1937df0 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 22 Jun 2010 18:29:34 +0200 Subject: small fixes to WatchCrashdumpArchiveDir code Signed-off-by: Denys Vlasenko --- inc/CrashTypes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'inc') diff --git a/inc/CrashTypes.h b/inc/CrashTypes.h index 8b9fda93..25dbcd46 100644 --- a/inc/CrashTypes.h +++ b/inc/CrashTypes.h @@ -49,6 +49,9 @@ #define FILENAME_REPRODUCE "reproduce" #define FILENAME_RATING "rating" #define FILENAME_HOSTNAME "hostname" +// Optional. Set to "1" by abrt-handle-upload for every unpacked crashdump +#define FILENAME_REMOTE "remote" +// TODO: TicketUploader also has open-coded "TICKET", "CUSTOMER" files // 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 -- cgit