Skip to content

Commit

Permalink
Add seniority_ts to heartbeat output
Browse files Browse the repository at this point in the history
  • Loading branch information
maplant committed Jul 14, 2023
1 parent 065699f commit 3f988ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ message heartbeat {
heartbeat_validity validity = 6;
// UUID of the coverage object associated with this heartbeat
bytes coverage_object = 7;
// Timestamp of the seniority of the coverage object, possibly adjusted
uint64 seniority_ts = 8;
}

enum heartbeat_validity {
Expand Down

0 comments on commit 3f988ed

Please sign in to comment.