From edf0bee4f420179fe39ba3563f696c2c7923d56c Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot <61247838+eclipse-zenoh-bot@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:16:49 +0200 Subject: [PATCH] build: Sync with eclipse-zenoh/zenoh@16ddfad from 2024-09-10 (#665) Co-authored-by: eclipse-zenoh-bot --- include/zenoh_commons.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/zenoh_commons.h b/include/zenoh_commons.h index 4473cc57d..d7d347032 100644 --- a/include/zenoh_commons.h +++ b/include/zenoh_commons.h @@ -1203,7 +1203,7 @@ typedef struct zc_liveliness_declaration_options_t { */ #if defined(UNSTABLE) typedef struct zc_liveliness_subscriber_options_t { - uint8_t _dummy; + bool history; } zc_liveliness_subscriber_options_t; #endif /** @@ -4920,7 +4920,7 @@ z_result_t zc_liveliness_declare_subscriber(struct z_owned_subscriber_t *this_, const struct z_loaned_session_t *session, const struct z_loaned_keyexpr_t *key_expr, struct z_moved_closure_sample_t *callback, - struct zc_liveliness_subscriber_options_t *_options); + struct zc_liveliness_subscriber_options_t *options); #endif /** * @attention Unstable feature.