Class KbrRpcContext

File: src/applications/kbrtestapp/KBRTestMessage.msg

C++ definition: click here

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Fields:

Name Type Description
measurementPhase bool

if false, this msg doesn't count for statistics

destKey OverlayKey

request nextHops for this key

Source code:

class KbrRpcContext
{
    OverlayKey destKey;     // request nextHops for this key
    bool measurementPhase;  // if false, this msg doesn't count for statistics
}