Skip to content

Commit

Permalink
Fix liveliness timeout type
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Dec 27, 2024
1 parent 631fc87 commit cac3b24
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 cac3b24

Please sign in to comment.