Message DHTgetCAPICall

File: Common/CommonAPIMessages.msg

Author: Ingmar Baumgart

Message type to order the value corresponding to the OverlayKey key from the node responsible of key

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:

BaseCallMessage

A basic Remote-Procedure-Call message

Fields:

Name Type Description
key OverlayKey

corresponding OverlayKey to the requested value

Source code:

message DHTgetCAPICall extends BaseCallMessage
{
	fields:
		OverlayKey key; // corresponding OverlayKey to the requested value 
};