Skip to content

Commit

Permalink
Align Rust with Reliability exported in zenoh::qos (#235)
Browse files Browse the repository at this point in the history
* Align Rust with Reliability exported in zenoh::qos

* Align with Zenoh
  • Loading branch information
Mallets authored Sep 19, 2024
1 parent d3cd736 commit 247955b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 28 deletions.
52 changes: 26 additions & 26 deletions zenoh-jni/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions zenoh-jni/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ use jni::{
use zenoh::{
bytes::{Encoding, ZBytes},
internal::buffers::ZSlice,
pubsub::Reliability,
qos::{CongestionControl, Priority},
qos::{CongestionControl, Priority, Reliability},
query::{ConsolidationMode, QueryTarget},
};

Expand Down

0 comments on commit 247955b

Please sign in to comment.