Include inode numbers in cloud log items.
[bluesky.git] / bluesky / bluesky-private.h
index e1313c5..5bb18f9 100644 (file)
@@ -210,6 +210,7 @@ struct cloudlog_header {
     char magic[4];
     uint8_t type;
     BlueSkyCloudID id;
+    uint64_t inum;
     uint32_t size1, size2, size3;
 } __attribute__((packed));