Skip to content

Commit

Permalink
Add z_slice_clone to z_clone
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Sep 11, 2024
1 parent ba9d97d commit 2a8b174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/zenoh-pico/api/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
z_owned_reply_t : z_reply_clone, \
z_owned_hello_t : z_hello_clone, \
z_owned_string_t : z_string_clone, \
z_owned_slice_t : z_slice_clone, \
z_owned_string_array_t : z_string_array_clone, \
z_owned_config_t : z_config_clone \
)(&x, y)
Expand Down

0 comments on commit 2a8b174

Please sign in to comment.