diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-01 02:09:27 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-02 12:40:06 +0200 |
commit | 083988ab0f58b334fa64e376e6c8231f60894d40 (patch) | |
tree | 9a14f0d0549ac2d6e2ed2161d8e479e1f0a16435 /include/squashfs.h | |
parent | de9f0a79850df74078b8c104ce1232d40ec9cc1f (diff) |
Write inodes to image
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/squashfs.h')
-rw-r--r-- | include/squashfs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/squashfs.h b/include/squashfs.h index 96a558b..30c7d3d 100644 --- a/include/squashfs.h +++ b/include/squashfs.h @@ -57,6 +57,10 @@ typedef struct { typedef struct { uint32_t nlink; +} sqfs_inode_ipc_t; + +typedef struct { + uint32_t nlink; uint32_t devno; uint32_t xattr_idx; } sqfs_inode_dev_ext_t; |