(no description)
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Type | Description |
---|---|---|
destKey | OverlayKey |
the key to search for |
destAddr | TransportAddress |
the destination address of the node for node lookups |
measurementPhase | bool |
if false, this msg doesn't count for statistics |
class KbrRpcContext { OverlayKey destKey = OverlayKey::UNSPECIFIED_KEY; // the key to search for TransportAddress destAddr = TransportAddress::UNSPECIFIED_NODE; // the destination address of the node for node lookups bool measurementPhase; // if false, this msg doesn't count for statistics }