summary refs log tree commit diff
path: root/ripple/fossil/src/store.proto
diff options
context:
space:
mode:
Diffstat (limited to 'ripple/fossil/src/store.proto')
-rw-r--r--ripple/fossil/src/store.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/ripple/fossil/src/store.proto b/ripple/fossil/src/store.proto
index b2089db..cbbbbf1 100644
--- a/ripple/fossil/src/store.proto
+++ b/ripple/fossil/src/store.proto
@@ -28,3 +28,8 @@ message LinkNode {
     string name = 1;
     string target = 2;
 }
+
+message Blob {
+    uint64 offset = 1;
+    uint64 length = 2;
+}