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.capnp6
1 files changed, 2 insertions, 4 deletions
diff --git a/store/src/store_protocol.capnp b/store/src/store_protocol.capnp
index 039a794c..a2a749dc 100644
--- a/store/src/store_protocol.capnp
+++ b/store/src/store_protocol.capnp
@@ -40,8 +40,7 @@ interface Node {
domain @0 :Text;
name @1 :Text;
networkPolicy @2 :NetworkPolicy;
- entries @3 :UInt64;
- store @4 :Store;
+ store @3 :Store;
}
}
@@ -60,8 +59,7 @@ interface Node {
struct Item {
fingerprint @0 :Text;
- bindings @1 :UInt64;
- key @2 :Key;
+ key @1 :Key;
}
}