git-svn-id: https://plcrashreporter.googlecode.com/svn/trunk@377 25172300-ee46-11dd-abe2-393a09110dd0
This commit is contained in:
landon.j.fuller 2011-04-25 02:55:10 +00:00
Родитель 310586fead
Коммит ae2b75a767
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -83,10 +83,10 @@ message CrashReport {
optional TypeEncoding encoding = 1 [default = TYPE_ENCODING_UNKNOWN]; optional TypeEncoding encoding = 1 [default = TYPE_ENCODING_UNKNOWN];
/** The CPU type. */ /** The CPU type. */
required uint64 cpu_type = 1; required uint64 type = 2;
/** The CPU subtype, or NONE if no subtype. */ /** The CPU subtype. */
required uint64 cpu_subtype = 2; required uint64 subtype = 3;
} }
message SystemInfo { message SystemInfo {