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
This commit is contained in:
bryner 2006-09-11 17:35:19 +00:00
parent cb9fd5b773
commit adf186cc76

View file

@ -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;