Skip to content

Commit

Permalink
build: Sync Cargo lockfile with Zenoh's
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Sep 10, 2024
1 parent 3633de2 commit f7ac3da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/zenoh_commons.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
/**
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit f7ac3da

Please sign in to comment.