mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 21:23:35 +00:00
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:
parent
cb9fd5b773
commit
adf186cc76
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ using std::string;
|
||||||
struct CrashReport {
|
struct CrashReport {
|
||||||
// An optional id for the report. This is supplied by the caller
|
// An optional id for the report. This is supplied by the caller
|
||||||
// and is not used by airbag.
|
// 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)
|
// The time that the report was uploaded (milliseconds since the epoch)
|
||||||
airbag_time_t report_time;
|
airbag_time_t report_time;
|
||||||
|
|
Loading…
Reference in a new issue