Skip to content

Commit

Permalink
build: Sync with eclipse-zenoh/zenoh@16ddfad from 2024-09-10 (#665)
Browse files Browse the repository at this point in the history
Co-authored-by: eclipse-zenoh-bot <[email protected]>
  • Loading branch information
eclipse-zenoh-bot and eclipse-zenoh-bot authored Sep 10, 2024
1 parent 3633de2 commit edf0bee
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 edf0bee

Please sign in to comment.