Enum PastryStateMsgType

File: src/overlay/pastry/PastryMessage.msg

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Source code:

enum PastryStateMsgType
{

    PASTRY_STATE_STD = 0;
    PASTRY_STATE_JOIN = 1;
    PASTRY_STATE_MINJOIN = 2;
    PASTRY_STATE_UPDATE = 3;
    PASTRY_STATE_REPAIR = 4;
    PASTRY_STATE_JOINUPDATE = 5;
}