diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2022-06-11 22:04:12 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2022-06-11 22:31:43 -0600 |
commit | 2aa95c4e8748027c30dec3e89bb069dae14dfd3f (patch) | |
tree | d297ace3803caf644a287cdc3666253b61250489 /pkg/btrfs/internal/misc.go | |
parent | e49314618929651f7db76b5582e8af322e6f7f5e (diff) |
addr formatting
Diffstat (limited to 'pkg/btrfs/internal/misc.go')
-rw-r--r-- | pkg/btrfs/internal/misc.go | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pkg/btrfs/internal/misc.go b/pkg/btrfs/internal/misc.go index de8120a..2a98464 100644 --- a/pkg/btrfs/internal/misc.go +++ b/pkg/btrfs/internal/misc.go @@ -6,11 +6,7 @@ import ( "lukeshu.com/btrfs-tools/pkg/binstruct" ) -type ( - PhysicalAddr int64 - LogicalAddr int64 - Generation uint64 -) +type Generation uint64 type Key struct { ObjectID ObjID `bin:"off=0x0, siz=0x8"` // Each tree has its own set of Object IDs. |