Skip to content

Commit

Permalink
turn pstore into map (commaai#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm authored May 12, 2021
1 parent bab2f2b commit 6561fda
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -1192,9 +1192,11 @@ struct DriverMonitoringState @0xb83cda094a1da284 {

struct Boot {
wallTimeNanos @0 :UInt64;
lastKmsg @1 :Data;
lastPmsg @2 :Data;
pstore @4 :Map(Text, Data);
launchLog @3 :Text;

lastKmsgDEPRECATED @1 :Data;
lastPmsgDEPRECATED @2 :Data;
}

struct LiveParametersData {
Expand Down

0 comments on commit 6561fda

Please sign in to comment.