MCPcopy Create free account
hub / github.com/facebook/time / DataV2

Struct DataV2

fbclock/types.go:43–54  ·  view source on GitHub ↗

DataV2 is a Go equivalent of what we want to store in shared memory for fbclock to use

Source from the content-addressed store, hash-verified

41 UTCOffsetPostS int32
42}
43
44// DataV2 is a Go equivalent of what we want to store in shared memory for fbclock to use
45type 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected