Skip to content

Commit

Permalink
Hello should be clonable to make it compatible with zenoh-c API
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin authored and fuzzypixelz committed Sep 23, 2024
1 parent 3c6104b commit 284bb72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commons/zenoh-config/src/wrappers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ impl FromStr for ZenohId {
}

/// A zenoh Hello message.
#[derive(Clone)]
#[repr(transparent)]
pub struct Hello(HelloProto);

Expand Down

0 comments on commit 284bb72

Please sign in to comment.