From 177d639fab67b790f43bc0573d785271d8afb858 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 26 Oct 2017 21:10:19 -0700 Subject: refactor file/module names I had some early confusion around whether SLEEP refered to individual files or the collection of files making a register (it seems to mean the whole register). Will probably need to refactor again. --- src/drive_proto.proto | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/drive_proto.proto (limited to 'src/drive_proto.proto') diff --git a/src/drive_proto.proto b/src/drive_proto.proto deleted file mode 100644 index cd36b30..0000000 --- a/src/drive_proto.proto +++ /dev/null @@ -1,18 +0,0 @@ -// From hyperdrive:lib/messages.js - -message Index { - required string type = 1; - optional bytes content = 2; -} - -message Stat { - required uint32 mode = 1; - optional uint32 uid = 2; - optional uint32 gid = 3; - optional uint64 size = 4; - optional uint64 blocks = 5; - optional uint64 offset = 6; - optional uint64 byteOffset = 7; - optional uint64 mtime = 8; - optional uint64 ctime = 9; -} -- cgit v1.2.3