eclipse-zenoh / zenoh-c

C API for Zenoh
http://zenoh.io
Other
80 stars 57 forks source link

align typedefs for callbacks with zenoh-pico #762

Closed milyin closed 1 month ago

milyin commented 1 month ago

Describe the release item

There are typedefs for callbacks in pico and just void (* z_sample_handler_t)(z_loaned_sample_t * sample, void * arg) - like types in zenoh-c. This should be aligned as these typedefs are part of public API

See PR https://github.com/eclipse-zenoh/zenoh-pico/pull/736

milyin commented 1 month ago

https://github.com/eclipse-zenoh/zenoh-pico/pull/739