Skip to content

Commit

Permalink
Update p4.v1.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Lam <[email protected]>
  • Loading branch information
matthewtlam authored Nov 1, 2024
1 parent 69cebfb commit 4f87f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/p4.v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ pub struct Replica {
#[prost(uint32, tag="2")]
pub instance: u32,
/// List of backup replicas used as a fallback when the primary replica port
/// goes down, in order of preference.
/// (and all higher-preference backup replica ports) are down.
/// Added in v1.5.0.
#[prost(message, repeated, tag="4")]
pub backup_replicas: ::prost::alloc::vec::Vec<BackupReplica>,
Expand Down

0 comments on commit 4f87f5d

Please sign in to comment.