Message BucketCall

File: Overlay/Broose/BrooseMessage.msg

requests a bucket from the destination node

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
bucketType int

identifies the type of the bucket

bucketIndex int

the index of the bucket

proState int

the protocol overlay state

Source code:

message BucketCall extends BaseCallMessage
{
   fields:
        int bucketType enum(BucketType);    // identifies the type of the bucket
        int bucketIndex;    // the index of the bucket
        int proState enum(ProState);    // the protocol overlay state
};