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

Struct Data

fbclock/types.go:32–40  ·  view source on GitHub ↗

Data 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

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
34type 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected