Class KbrRpcContext

File: src/applications/kbrtestapp/KBRTestMessage.msg

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Fields:

Name Type Description
measurementPhase bool

if false, this msg doesn't count for statistics

destKey OverlayKey

the key to search for

destAddr TransportAddress

the destination address of the node for node lookups

Source code:

class KbrRpcContext
{
    OverlayKey destKey;     // the key to search for
    TransportAddress destAddr; // the destination address of the node for node lookups
    bool measurementPhase;  // if false, this msg doesn't count for statistics
}