File: Overlay/Pastry/PastryMessage.msg
(no description)
Name | Value | Description |
---|---|---|
PASTRY_MSG_STD | 0 | |
PASTRY_MSG_JOIN | 1 | |
PASTRY_MSG_STATE | 2 | |
PASTRY_MSG_RREQ | 3 | |
PASTRY_MSG_SREQ | 4 |
enum PastryMsgType { PASTRY_MSG_STD = 0; PASTRY_MSG_JOIN = 1; PASTRY_MSG_STATE = 2; PASTRY_MSG_RREQ = 3; PASTRY_MSG_SREQ = 4; };