Enum PastryMsgType

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 PastryMsgType
{

    PASTRY_MSG_STD = 0;
    PASTRY_MSG_JOIN = 1;
    PASTRY_MSG_STATE = 2;
    PASTRY_MSG_REQ = 3;
    PASTRY_MSG_LEAFSET = 4;
    PASTRY_MSG_ROWREQ = 5;
    PASTRY_MSG_RROW = 6;
    PASTRY_MSG_LEAFSET_PULL = 7;
    PASTRY_REQ_REPAIR = 8;
    PASTRY_REQ_STATE = 9;
    PASTRY_REQ_LEAFSET = 10;
}