include target ID in request to address individual vserver
- necessary for dispatching the request to a certain vserver - also refactored request sending to use a common `mkRequest` - contributes to #2
This commit is contained in:
parent
5e745cd035
commit
9bf7365a2c
5 changed files with 42 additions and 60 deletions
|
@ -11,6 +11,7 @@ Action ::= ENUMERATED {queryID, join, leave, stabilise, ping, queryLoad}
|
|||
Request ::= SEQUENCE {
|
||||
action Action,
|
||||
requestID INTEGER (0..4294967295), -- arbitrarily restricting to an unsigned 32bit integer
|
||||
receiverID NodeID,
|
||||
sender NodeState,
|
||||
part Partnum, -- part number of this message, starts at 1
|
||||
finalPart BOOLEAN, -- flag indicating this `part` to be the last of this reuest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue