diff options
author | 2021-07-29 04:22:11 +0200 | |
---|---|---|
committer | 2021-07-29 04:22:11 +0200 | |
commit | 58f3516e9ff3f83f9c4b3f9f17181b5ce730f872 (patch) | |
tree | 47b9b481a296037751883c9fa6a30c7cedb9a769 /src/lockdown.h | |
parent | 6c7b50355cc5de1da1d7677e012f18efbce34237 (diff) | |
download | libimobiledevice-58f3516e9ff3f83f9c4b3f9f17181b5ce730f872.tar.gz libimobiledevice-58f3516e9ff3f83f9c4b3f9f17181b5ce730f872.tar.bz2 |
lockdown: Replace udid and mux_id members from client struct with idevice_t reference
Diffstat (limited to 'src/lockdown.h')
-rw-r--r-- | src/lockdown.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lockdown.h b/src/lockdown.h index bf595df..0091f1d 100644 --- a/src/lockdown.h +++ b/src/lockdown.h | |||
@@ -32,9 +32,8 @@ struct lockdownd_client_private { | |||
32 | property_list_service_client_t parent; | 32 | property_list_service_client_t parent; |
33 | int ssl_enabled; | 33 | int ssl_enabled; |
34 | char *session_id; | 34 | char *session_id; |
35 | char *udid; | ||
36 | char *label; | 35 | char *label; |
37 | uint32_t mux_id; | 36 | idevice_t device; |
38 | }; | 37 | }; |
39 | 38 | ||
40 | #endif | 39 | #endif |