aboutsummaryrefslogtreecommitdiff
path: root/src/google/crash_report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/crash_report.h')
-rw-r--r--src/google/crash_report.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/google/crash_report.h b/src/google/crash_report.h
index ef26b17c..22937538 100644
--- a/src/google/crash_report.h
+++ b/src/google/crash_report.h
@@ -34,6 +34,9 @@ struct CrashReport {
// and is not used by airbag.
string report_id;
+ // An optional id which identifies the client that generated the report.
+ string client_id;
+
// The time that the report was uploaded (milliseconds since the epoch)
airbag_time_t report_time;