summaryrefslogtreecommitdiffstats
path: root/inc/CrashTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/CrashTypes.h')
-rw-r--r--inc/CrashTypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/CrashTypes.h b/inc/CrashTypes.h
index 5149fb53..77947f6f 100644
--- a/inc/CrashTypes.h
+++ b/inc/CrashTypes.h
@@ -7,6 +7,8 @@
// BIN - binary value, should be displayed as a path to binary file
// TXT - text value, should be displayed
// ATT - text value which can be sent as attachment via reporters
+// TODO: maybe we don't need separate CD_ATT - can simply look at strlen(content)
+// in all places which want to handle "long" and "short" texts differently
#define CD_SYS "s"
#define CD_BIN "b"
#define CD_TXT "t"