eclipse-zenoh / zenoh-pico

Eclipse zenoh for pico devices
Other
102 stars 65 forks source link

store value instead of ptr for z_owned_config_t, z_owned_value_t, z_owned_hello_t, z_owned_encoding_t, z_owned_keyexpr_t #483

Closed DenisBiryukov91 closed 2 weeks ago

DenisBiryukov91 commented 2 weeks ago

store value instead of ptr for z_owned_config_t, z_owned_value_t, z_owned_hello_t, z_owned_encoding_t, z_owned_keyexpr_t; remove z_scouting_config_t (since it corresponds exactly to z_config_t, and is also absent in zenoh-c)

Partially resolves #475