Skip to content

Commit

Permalink
Merge pull request #113 from gmacf/slot
Browse files Browse the repository at this point in the history
Add a new field `slot_id` to control card and deprecate the old.
  • Loading branch information
gmacf authored Dec 19, 2023
2 parents 4def1ca + a99fbe6 commit 76e8914
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 162 deletions.
3 changes: 2 additions & 1 deletion proto/bootz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ message ChassisDescriptor {
message ControlCard {
string part_number = 1;
string serial_number = 2;
int32 slot = 3;
int32 slot = 3 [deprecated = true];
string slot_id = 4;
}

// ControlCardState indicates if the bootstrap process has
Expand Down
Loading

0 comments on commit 76e8914

Please sign in to comment.