From 19e086419645edd449bde992081b8ca82893ff51 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 05 May 2023 21:47:52 -0400 Subject: opk/write: Build control and data archives --- (limited to 'src/opk/opk.h') diff --git a/src/opk/opk.h b/src/opk/opk.h index afd39b6..28a6b66 100644 --- a/src/opk/opk.h +++ b/src/opk/opk.h @@ -42,11 +42,18 @@ struct opkg_opk_opk { const char *data_dir; FILE *file; char file_buffer[8192]; + uint64_t mtime; + const char *file_name; + char *outer_uname; + char *outer_gname; struct opkg_opk_gzip *outer_gzip; struct opkg_opk_ustar *outer_ustar; struct opkg_opk_gzip *inner_gzip; struct opkg_opk_ustar *inner_ustar; int previously_printed; + size_t path_len; + char *path; + char *temp_file_name; }; #endif /* OPKG_OPK_OPK_OPK_H_ */ -- cgit v0.9.1