C++ definition: click here
(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 |
|---|---|---|
| measurementPhase | bool |
if false, this msg doesn't count for statistics |
| destKey | OverlayKey |
request nextHops for this key |
class KbrRpcContext { OverlayKey destKey; // request nextHops for this key bool measurementPhase; // if false, this msg doesn't count for statistics }