diff options
author | bryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2006-09-11 17:35:19 +0000 |
---|---|---|
committer | bryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2006-09-11 17:35:19 +0000 |
commit | adf186cc76d9e92e0af0bd77d59e6ae88dad75f4 (patch) | |
tree | 25bcec1a3352d8fbb6836af255e1c74e1a5a9d78 /src/google | |
parent | Make SourceLineResolver use RangeMap (#13). r=bryner (diff) | |
download | breakpad-adf186cc76d9e92e0af0bd77d59e6ae88dad75f4.tar.xz |
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
Diffstat (limited to 'src/google')
-rw-r--r-- | src/google/crash_report.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |