Message DHTdumpResponse

File: Common/CommonMessages.msg

Response to a DHTdumpCall

Author: Ingmar Baumgart

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

BaseResponseMessage

A basic Remote-Procedure-Response message

Fields:

Name Type Description
record DhtDumpEntry[]

array of local dht entries

Source code:

message DHTdumpResponse extends BaseResponseMessage
{
    fields:
        DhtDumpEntry record[]; // array of local dht entries
};