summaryrefslogtreecommitdiffstats
path: root/src/ustar.h
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-04-17 19:01:31 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-04-17 19:03:15 (EDT)
commit7d810e632719b9d910200c382a98d12252d40264 (patch)
tree1c1a189e568f2e299dc8f471b40cebe4efd7d8a7 /src/ustar.h
parentcb5600ac708ddeac608ce47363c43bfd566b26d2 (diff)
ustar, main: Show mode and mtime
Diffstat (limited to 'src/ustar.h')
-rw-r--r--src/ustar.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/ustar.h b/src/ustar.h
index 6d5049b..7c4c089 100644
--- a/src/ustar.h
+++ b/src/ustar.h
@@ -29,12 +29,14 @@
struct opkg_opk_ustar;
struct opkg_opk_ustar_member {
- char name[OPKG_OPK_USTAR_NAME_MAX_LEN];
- int64_t size;
- char type;
- char linkname[100];
- char uname [32];
- char gname [32];
+ char name[OPKG_OPK_USTAR_NAME_MAX_LEN];
+ uint16_t mode;
+ int64_t size;
+ int64_t mtime;
+ char type;
+ char linkname[100];
+ char uname [32];
+ char gname [32];
};
struct opkg_opk_ustar *