Skip to content

Commit

Permalink
Update shm.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowhatter committed Dec 15, 2023
1 parent d521c05 commit f643f93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commons/zenoh-codec/src/core/shm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@ where
length,
shm_manager,
kind,
watchdog_descriptor,
} = x;

self.write(&mut *writer, offset)?;
self.write(&mut *writer, length)?;
self.write(&mut *writer, shm_manager.as_str())?;
self.write(&mut *writer, kind)?;
self.write(&mut *writer, &watchdog_descriptor)?;

Check failure on line 53 in commons/zenoh-codec/src/core/shm.rs

View workflow job for this annotation

GitHub Actions / Run checks on ubuntu-latest

the trait bound `Zenoh080: WCodec<&&zenoh_shm::watchdog::descriptor::Descriptor, &mut W>` is not satisfied

Check failure on line 53 in commons/zenoh-codec/src/core/shm.rs

View workflow job for this annotation

GitHub Actions / Run tests on ubuntu-latest

the trait bound `Zenoh080: WCodec<&&Descriptor, &mut W>` is not satisfied

Check failure on line 53 in commons/zenoh-codec/src/core/shm.rs

View workflow job for this annotation

GitHub Actions / Run checks on macOS-latest

the trait bound `Zenoh080: WCodec<&&zenoh_shm::watchdog::descriptor::Descriptor, &mut W>` is not satisfied
Ok(())
}
}
Expand Down

0 comments on commit f643f93

Please sign in to comment.