Commit a49d46ca authored by Kenton Varda's avatar Kenton Varda

More RPC doc tweaks.

parent e5f2ef8e
...@@ -488,6 +488,8 @@ struct CapDescriptor { ...@@ -488,6 +488,8 @@ struct CapDescriptor {
# by the sender. # by the sender.
thirdPartyHosted @5 :ThirdPartyCapDescriptor; thirdPartyHosted @5 :ThirdPartyCapDescriptor;
# **Level 2 feature**
#
# A capability that lives in neither the sender's nor the receiver's vat. The sender needs # A capability that lives in neither the sender's nor the receiver's vat. The sender needs
# to form a direct connection to a third party to pick up the capability. # to form a direct connection to a third party to pick up the capability.
} }
...@@ -528,6 +530,8 @@ struct PromisedAnswer { ...@@ -528,6 +530,8 @@ struct PromisedAnswer {
} }
struct ThirdPartyCapDescriptor { struct ThirdPartyCapDescriptor {
# **Level 2 feature**
#
# Identifies a capability in a third-party vat which the sender wants the receiver to pick up. # Identifies a capability in a third-party vat which the sender wants the receiver to pick up.
id @0 :ThirdPartyCapId; id @0 :ThirdPartyCapId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment