Skip to content

Commit

Permalink
Merge branch 'main' into dev/1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin authored Aug 28, 2024
2 parents e0c7abf + 134dbfa commit 4cbdf9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/zenoh_commons.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@ typedef struct z_get_options_t {
* The timeout for the query in milliseconds. 0 means default query timeout from zenoh configuration.
*/
uint64_t timeout_ms;
enum zcu_reply_keyexpr_t accept_replies;
} z_get_options_t;
typedef struct z_moved_hello_t {
struct z_owned_hello_t _this;
Expand Down
1 change: 1 addition & 0 deletions src/get.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ pub struct z_get_options_t {
pub attachment: Option<&'static mut z_moved_bytes_t>,
/// The timeout for the query in milliseconds. 0 means default query timeout from zenoh configuration.
pub timeout_ms: u64,
pub accept_replies: zcu_reply_keyexpr_t,
}

/// Constructs default `z_get_options_t`
Expand Down

0 comments on commit 4cbdf9f

Please sign in to comment.