summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2021-11-26 01:59:16 +0100
committerGravatar Nikias Bassen2021-11-26 01:59:16 +0100
commit1b19774be006645c424d1df52f792faa807a5db9 (patch)
tree19701de118023a04f3af03445da6a504184b1da4 /src/common.h
parentfedc9ae930469a0025d858dc0c1046df28610d83 (diff)
downloadidevicerestore-1b19774be006645c424d1df52f792faa807a5db9.tar.gz
idevicerestore-1b19774be006645c424d1df52f792faa807a5db9.tar.bz2
Cache build manifest in client struct
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 1828476..6c839ce 100644
--- a/src/common.h
+++ b/src/common.h
@@ -97,6 +97,7 @@ struct idevicerestore_client_t {
unsigned char* nonce;
int nonce_size;
int image4supported;
+ plist_t build_manifest;
plist_t preflight_info;
char* udid;
char* srnm;