Skip to content

Commit

Permalink
add clone to backend state message (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
pretentious7 committed Oct 25, 2023
1 parent 1e57a27 commit 0eac452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/messages/agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ impl BackendState {
/// **DEPRECATED** for drone-side use by UpdateBackendStateMessage.
/// Drones will send an UpdateBackendStateMessage and the controller
/// will publish a BackendStateMessage.
#[derive(Serialize, Deserialize, Debug, PartialEq, TypedMessage)]
#[derive(Serialize, Clone, Deserialize, Debug, PartialEq, TypedMessage)]
#[typed_message(subject = "backend.#backend.status")]
pub struct BackendStateMessage {
/// The cluster the backend belongs to.
Expand Down

0 comments on commit 0eac452

Please sign in to comment.