File: Overlay/Gia/GiaMessage.msg
Used for sending a token to a destination node
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.

| GiaMessage | Main GIA-Message definition Author: Robert Palmer |
| Name | Type | Description |
|---|---|---|
| srcTokenNr | int | how many tokens received from destination node |
| dstTokenNr | int | how many tokens sent to destination node |
message TokenMessage extends GiaMessage { fields: int srcTokenNr; // how many tokens received from destination node int dstTokenNr; // how many tokens sent to destination node };