Closed milyin closed 1 month ago
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
void (* z_sample_handler_t)(z_loaned_sample_t * sample, void * arg)
See PR https://github.com/eclipse-zenoh/zenoh-pico/pull/736
https://github.com/eclipse-zenoh/zenoh-pico/pull/739
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 APISee PR https://github.com/eclipse-zenoh/zenoh-pico/pull/736