Skip to content

Commit

Permalink
Align Rust with Reliability exported in zenoh::qos
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Sep 19, 2024
1 parent d3cd736 commit 8e2f4b2
Showing 1 changed file with 1 addition and 2 deletions.
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 8e2f4b2

Please sign in to comment.