summaryrefslogtreecommitdiffstats
path: root/store/src/store_protocol.capnp
diff options
context:
space:
mode:
Diffstat (limited to 'store/src/store_protocol.capnp')
-rw-r--r--store/src/store_protocol.capnp1
1 files changed, 1 insertions, 0 deletions
diff --git a/store/src/store_protocol.capnp b/store/src/store_protocol.capnp
index a043ca26..11ef362a 100644
--- a/store/src/store_protocol.capnp
+++ b/store/src/store_protocol.capnp
@@ -23,6 +23,7 @@ interface Node {
registerEncryption @4 () -> (result: Result(Stats));
registerVerification @5 () -> (result: Result(Stats));
log @6 () -> (result: Result(LogIter));
+ label @7 () -> (result: Result(Text));
}
interface Key {