From 4c138534378aa715476be0741aae2f6bd552f52e Mon Sep 17 00:00:00 2001 From: bryner Date: Mon, 11 Sep 2006 22:50:25 +0000 Subject: Add a client_id field to CrashReport (#22) r=mmentovai. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@23 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/google/crash_report.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.1