File: Overlay/Chord/ChordMessage.msg
(no description)
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

| BaseCallMessage | A basic Remote-Procedure-Call message |
| Name | Type | Description |
|---|---|---|
| finger | int | the number of the finger to update |
message FixfingersCall extends BaseCallMessage { fields: int finger; // the number of the finger to update };