File: Overlay/Gia/GiaMessage.msg
Search message
Author: Robert Palmer
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
GiaIDMessage | A GiaMessage extended by an unique ID-Field Author: Robert Palmer |
Name | Type | Description |
---|---|---|
searchKey | OverlayKey | searched key |
maxResponses | int | maximum responses to this search message |
reversePath | OverlayKey[] | vector containing all nodes which this search message passes |
foundNode | OverlayKey[] | vector containing all nodes which contain the searched key |
message SearchMessage extends GiaIDMessage { fields: OverlayKey searchKey; // searched key int maxResponses; // maximum responses to this search message OverlayKey reversePath[]; // vector containing all nodes which this search message passes OverlayKey foundNode[]; // vector containing all nodes which contain the searched key };