From f7ac3daf931368dffbdd79245abe5dd87e6916fc Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Tue, 10 Sep 2024 13:37:49 +0000 Subject: [PATCH] build: Sync Cargo lockfile with Zenoh's --- 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.