Enum PastryMsgType

File: Overlay/Pastry/PastryMessage.msg

(no description)

Enum values:

Name Value Description
PASTRY_MSG_STD 0
PASTRY_MSG_JOIN 1
PASTRY_MSG_STATE 2
PASTRY_MSG_RREQ 3
PASTRY_MSG_SREQ 4

Source code:

enum PastryMsgType
{
    PASTRY_MSG_STD = 0;
    PASTRY_MSG_JOIN = 1;
    PASTRY_MSG_STATE = 2;
    PASTRY_MSG_RREQ = 3;
    PASTRY_MSG_SREQ = 4;
};