Skip to content

Commit

Permalink
Merge pull request #1401 from eclipse-zenoh/hello_clone
Browse files Browse the repository at this point in the history
`Hello` should be clonable to make it compatible with zenoh-c API
  • Loading branch information
milyin authored Sep 11, 2024
2 parents 31b3183 + c64f3d5 commit 96a20a8
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 96a20a8

Please sign in to comment.