Message TokenMessage

File: Overlay/Gia/GiaMessage.msg

Used for sending a token to a destination node

Author: Robert Palmer

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:

GiaMessage

Main GIA-Message definition

Author: Robert Palmer

Fields:

Name Type Description
srcTokenNr int

how many tokens received from destination node

dstTokenNr int

how many tokens sent to destination node

Source code:

message TokenMessage extends GiaMessage
{
   fields:
   	int srcTokenNr;		// how many tokens received from destination node
	int dstTokenNr;		// how many tokens sent to destination node
};