Data is a Go equivalent of what we want to store in shared memory for fbclock to use
| 30 | Latest time.Time |
| 31 | } |
| 32 | |
| 33 | // Data is a Go equivalent of what we want to store in shared memory for fbclock to use |
| 34 | type Data struct { |
| 35 | IngressTimeNS int64 |
| 36 | ErrorBoundNS uint64 |
| 37 | HoldoverMultiplierNS float64 |
| 38 | SmearingStartS uint64 |
| 39 | SmearingEndS uint64 |
| 40 | UTCOffsetPreS int32 |
| 41 | UTCOffsetPostS int32 |
| 42 | } |
| 43 |
nothing calls this directly
no outgoing calls
no test coverage detected