summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2021-03-05 17:11:31 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2021-03-06 22:08:36 +0100
commit378db7c6ab1336ce99136118a9b66901630ffc85 (patch)
tree10f0551ea26a2b95f741ce3713eb94e10ae8fc22 /include
parentb950412ca3a91aa37349cf51ebe98cc84767d448 (diff)
Cleanup: replace the void-ptr with an inode-ptr in the file tree node
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include')
-rw-r--r--include/fstree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fstree.h b/include/fstree.h
index 3cc4f48..5bdfc7a 100644
--- a/include/fstree.h
+++ b/include/fstree.h
@@ -58,7 +58,7 @@ struct file_info_t {
/* Path to the input file. */
char *input_file;
- void *user_ptr;
+ sqfs_inode_generic_t *inode;
};
/* Additional meta data stored in a tree_node_t for directories */