Skip to content

Commit

Permalink
shm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Jun 11, 2024
1 parent 4a6d8be commit 0ec78d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions io/zenoh-transport/tests/unicast_shm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ mod tests {
println!("Transport SHM [0a]: {endpoint:?}");

// Define client and router IDs
let peer_shm01 = ZenohId::try_from([1]).unwrap();
let peer_shm02 = ZenohId::try_from([2]).unwrap();
let peer_net01 = ZenohId::try_from([3]).unwrap();
let peer_shm01 = ZenohIdInner::try_from([1]).unwrap();
let peer_shm02 = ZenohIdInner::try_from([2]).unwrap();
let peer_net01 = ZenohIdInner::try_from([3]).unwrap();

// create SHM provider
let backend = PosixShmProviderBackend::builder()
Expand Down

0 comments on commit 0ec78d6

Please sign in to comment.