Copy this node's current statistics into the given CNodeStats.

Synopsis

Declared in <net.h>

[[requires_capability(0x7ff36f2e0ed8, 0x7ff36f2e0f98, 0x7ff36f2e1058, 0x7ff36f2e1118), requires_capability(0x7ff36e4bd708, 0x7ff36e4bd7c8, 0x7ff36e4bd888, 0x7ff36e4bd948), requires_capability(0x7ff37ef68ec8, 0x7ff37ef68f88, 0x7ff37ef69048, 0x7ff37ef69108), requires_capability(0x7ff3770c5b88, 0x7ff3770c5c48, 0x7ff3770c5d08, 0x7ff3770c5dc8), requires_capability(0x7ff38f628e98, 0x7ff38f628f58, 0x7ff38f629018, 0x7ff38f6290d8), requires_capability(0x7ff37eb79838, 0x7ff37eb798f8, 0x7ff37eb799b8, 0x7ff37eb79a78), requires_capability(0x7ff37bc1bee8, 0x7ff37bc1bfa8, 0x7ff37bc1c068, 0x7ff37bc1c128), requires_capability(0x7ff38919c4f8, 0x7ff38919c5b8, 0x7ff38919c678, 0x7ff38919c738), requires_capability(0x7ff37a03cd38, 0x7ff37a03cdf8, 0x7ff37a03ceb8, 0x7ff37a03cf78), requires_capability(0x7ff383afe128, 0x7ff383afe1e8, 0x7ff383afe2a8, 0x7ff383afe368), requires_capability(0x7ff37ca26708, 0x7ff37ca267c8, 0x7ff37ca26888, 0x7ff37ca26948)]]
void
CopyStats(CNodeStats& stats);

Parameters

Name

Description

stats

the stats object to populate with this node's statistics.

Created with MrDocs