Skip to content

Commit

Permalink
Fix liveliness timeout type (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc authored Dec 30, 2024
1 parent 631fc87 commit a24f7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zenoh-pico/api/liveliness.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ z_result_t z_liveliness_declare_subscriber(const z_loaned_session_t *zs, z_owned
* The options for :c:func:`z_liveliness_get()`
*/
typedef struct z_liveliness_get_options_t {
uint32_t timeout_ms;
uint64_t timeout_ms;
} z_liveliness_get_options_t;

/**
Expand Down

0 comments on commit a24f7c1

Please sign in to comment.