diff options
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 |