From adf186cc76d9e92e0af0bd77d59e6ae88dad75f4 Mon Sep 17 00:00:00 2001 From: bryner Date: Mon, 11 Sep 2006 17:35:19 +0000 Subject: Change report id to be a string (#21) r=mmentovai. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@22 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/google/crash_report.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/google/crash_report.h b/src/google/crash_report.h index 96ba6f14..ef26b17c 100644 --- a/src/google/crash_report.h +++ b/src/google/crash_report.h @@ -32,7 +32,7 @@ using std::string; struct CrashReport { // An optional id for the report. This is supplied by the caller // and is not used by airbag. - u_int64_t report_id; + string report_id; // The time that the report was uploaded (milliseconds since the epoch) airbag_time_t report_time; -- cgit v1.2.1