Skip to content

Commit

Permalink
merging error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Aug 28, 2024
1 parent 4cbdf9f commit a85b91b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/zenoh_commons.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,6 @@ 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: 0 additions & 1 deletion src/get.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ 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 a85b91b

Please sign in to comment.