Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compatibility fixes for Zenoh-cpp #525

Merged

Conversation

DenisBiryukov91
Copy link
Contributor

@DenisBiryukov91 DenisBiryukov91 commented Jul 10, 2024

z_sample_timestamp now returns const pointer to timestamp (same as zenoh-c, due to Zenoh-rust returning Option<&Timestamp>)
added extern "C" wrapper for handlers.h;
added extern "C++" wrapper for refcount.h (to overwrite higher-level extern "C" wrapper);
defined Z_EINVAL constant;
added missing macro-defines for channels;

@gabrik gabrik merged commit 2167760 into eclipse-zenoh:dev/1.0.0 Jul 10, 2024
50 checks passed
@DenisBiryukov91 DenisBiryukov91 deleted the dev/cpp-compatibility-fixes branch July 11, 2024 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants