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 committed Sep 11, 2024
1 parent 717e005 commit c64f3d5
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 c64f3d5

Please sign in to comment.