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. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Source code:

enum PastryStateMsgType
{

    PASTRY_STATE_STD = 0x01;
    PASTRY_STATE_JOIN = 0x02;
    PASTRY_STATE_MINJOIN = 0x04;
    PASTRY_STATE_UPDATE = 0x08;
    PASTRY_STATE_REPAIR = 0x10;
    PASTRY_STATE_JOINUPDATE = 0x20;
    PASTRY_STATE_LEAFSET = 0x40;
    PASTRY_STATE_ROUTINGROW = 0x80;
}