Some musings on what to do.

This commit is contained in:
Caleb Gardner
2021-04-30 03:32:31 -05:00
parent 6ad6857d8d
commit 70e3d81427
4 changed files with 10 additions and 10 deletions
+1
View File
@@ -25,6 +25,7 @@ type Writer struct {
uidGUIDTable []int
frags []fragment
superblock superblock
rootInode inode.Inode
//since we need some information from the actually compressed and writen data for tables
//we need to write the data FIRST, but make sure there's enough space for the tables.
dataOffset int