The `ClockBoundClient` Use it to return current time, the clock error bound and clock status associated with it.
| 14 | /// |
| 15 | /// Use it to return current time, the clock error bound and clock status associated with it. |
| 16 | pub struct ClockBoundClient { |
| 17 | clockbound_shm: ClockBoundSHM, |
| 18 | vmclock_shm: VMClockSHM, |
| 19 | } |
| 20 | |
| 21 | impl ClockBoundClient { |
| 22 | /// Creates and returns a new `ClockBoundClient`. |
nothing calls this directly
no outgoing calls
no test coverage detected