Home
last modified time | relevance | path

Searched defs:PingStats (Results 1 – 9 of 9) sorted by relevance

/dports/net/storj/storj-1.45.3/storagenode/contact/
H A Dendpoint.go32 type PingStats struct { struct
33 mu sync.Mutex
34 lastPinged time.Time
38 func NewEndpoint(log *zap.Logger, trust *trust.Pool, pingStats *PingStats) *Endpoint {
67 func (stats *PingStats) WhenLastPinged() (when time.Time) {
74 func (stats *PingStats) WasPinged(when time.Time) {
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DConnectDialog.h54 struct PingStats { struct
76 PingStats(); argument
H A DConnectDialog.cpp31 PingStats::PingStats() { in PingStats() function in PingStats
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DConnectDialog.h54 struct PingStats { struct
76 PingStats(); argument
H A DConnectDialog.cpp31 PingStats::PingStats() { in PingStats() function in PingStats
/dports/net/storj/storj-1.45.3/storagenode/multinode/
H A Dnode.go41 …erator.Config, apiKeys *apikeys.Service, version version.Info, contact *contact.PingStats, reputat…
/dports/net/storj/storj-1.45.3/storagenode/inspector/
H A Dinspector.go54 pingStats *contact.PingStats,
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Dtopology_coordinator.h743 class PingStats; variable
/dports/net/storj/storj-1.45.3/storagenode/console/
H A Dservice.go70pingStats *contact.PingStats, contact *contact.Service, estimation *estimatedpayouts.Service, usag…