diff options
| author | 2020-09-10 15:12:21 +0200 | |
|---|---|---|
| committer | 2020-09-10 15:12:21 +0200 | |
| commit | 98056a89648f431759c5fa4ed87c6ea6ba0cdd3f (patch) | |
| tree | 074d103f38e53b4eaa19eb320ceccd55f1db528c /include | |
| parent | d857a83272d921929ae6ccf1fa70d85768840e84 (diff) | |
| download | libimobiledevice-98056a89648f431759c5fa4ed87c6ea6ba0cdd3f.tar.gz libimobiledevice-98056a89648f431759c5fa4ed87c6ea6ba0cdd3f.tar.bz2 | |
debugserver: Fix service startup for iOS 14b4+
Diffstat (limited to 'include')
| -rw-r--r-- | include/libimobiledevice/debugserver.h | 1 | ||||
| -rw-r--r-- | include/libimobiledevice/lockdown.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/libimobiledevice/debugserver.h b/include/libimobiledevice/debugserver.h index 8ff31fb..ce8176c 100644 --- a/include/libimobiledevice/debugserver.h +++ b/include/libimobiledevice/debugserver.h | |||
| @@ -31,6 +31,7 @@ extern "C" { | |||
| 31 | #include <libimobiledevice/lockdown.h> | 31 | #include <libimobiledevice/lockdown.h> |
| 32 | 32 | ||
| 33 | #define DEBUGSERVER_SERVICE_NAME "com.apple.debugserver" | 33 | #define DEBUGSERVER_SERVICE_NAME "com.apple.debugserver" |
| 34 | #define DEBUGSERVER_SECURE_SERVICE_NAME DEBUGSERVER_SERVICE_NAME ".DVTSecureSocketProxy" | ||
| 34 | 35 | ||
| 35 | /** Error Codes */ | 36 | /** Error Codes */ |
| 36 | typedef enum { | 37 | typedef enum { |
diff --git a/include/libimobiledevice/lockdown.h b/include/libimobiledevice/lockdown.h index a660f33..c35e5e9 100644 --- a/include/libimobiledevice/lockdown.h +++ b/include/libimobiledevice/lockdown.h | |||
| @@ -96,6 +96,7 @@ typedef struct lockdownd_pair_record *lockdownd_pair_record_t; | |||
| 96 | struct lockdownd_service_descriptor { | 96 | struct lockdownd_service_descriptor { |
| 97 | uint16_t port; | 97 | uint16_t port; |
| 98 | uint8_t ssl_enabled; | 98 | uint8_t ssl_enabled; |
| 99 | char* identifier; | ||
| 99 | }; | 100 | }; |
| 100 | typedef struct lockdownd_service_descriptor *lockdownd_service_descriptor_t; | 101 | typedef struct lockdownd_service_descriptor *lockdownd_service_descriptor_t; |
| 101 | 102 | ||
