diff options
author | 2012-02-07 16:58:26 +0100 | |
---|---|---|
committer | 2012-02-07 16:58:26 +0100 | |
commit | 284c497680a84906575920efa5352764934925ff (patch) | |
tree | 69c034e60e8b05ffb9100b472d8046ae4baf5dbe /src/common.h | |
parent | 5231462b8a7716800f9cb129a58f9ba120cda88a (diff) | |
download | idevicerestore-284c497680a84906575920efa5352764934925ff.tar.gz idevicerestore-284c497680a84906575920efa5352764934925ff.tar.bz2 |
recovery: store device serial number upon connect
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index 6e1441a..1949a8c 100644 --- a/src/common.h +++ b/src/common.h @@ -134,7 +134,8 @@ struct idevicerestore_client_t { uint64_t ecid; unsigned char* nonce; int nonce_size; - const char* uuid; + char* uuid; + char* srnm; const char* ipsw; const char* filesystem; struct dfu_client_t* dfu; |