File: Overlay/Pastry/PastryMessage.msg
(no description)
Name | Value | Description |
---|---|---|
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 |
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; };