DataV2 is a Go equivalent of what we want to store in shared memory for fbclock to use
| 41 | UTCOffsetPostS int32 |
| 42 | } |
| 43 | |
| 44 | // DataV2 is a Go equivalent of what we want to store in shared memory for fbclock to use |
| 45 | type DataV2 struct { |
| 46 | IngressTimeNS int64 |
| 47 | ErrorBoundNS uint64 |
| 48 | HoldoverMultiplierNS float64 |
| 49 | SmearingStartS uint64 |
| 50 | UTCOffsetPreS int16 |
| 51 | UTCOffsetPostS int16 |
| 52 | ClockID uint32 |
| 53 | PHCTimeNS int64 |
| 54 | SysclockTimeNS int64 |
| 55 | CoefPPB int64 |
| 56 | } |
| 57 |
nothing calls this directly
no outgoing calls
no test coverage detected