mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-03 20:24:16 -04:00
refactor checkpoint
This commit is contained in:
parent
e0a5b1bd69
commit
79cda4a712
25 changed files with 531 additions and 398 deletions
|
@ -491,7 +491,7 @@ struct Answer {
|
|||
|
||||
struct Operation {
|
||||
opId @0 :UInt64; # Random RPC ID. Must be random to foil reply forgery attacks.
|
||||
senderInfo @1 :SignedNodeInfo; # (optional) SignedNodeInfo for the sender to be cached by the receiver.
|
||||
senderNodeInfo @1 :SignedNodeInfo; # (optional) SignedNodeInfo for the sender to be cached by the receiver.
|
||||
kind :union {
|
||||
question @2 :Question;
|
||||
statement @3 :Statement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue