diff options
| author | 2009-01-08 18:17:21 +0100 | |
|---|---|---|
| committer | 2009-01-08 18:17:21 +0100 | |
| commit | ef98ef7211bc6277e9a87349f0405957ab264936 (patch) | |
| tree | 9b51d84d1d91f27734882cbc0f27c763721e6669 /src/lockdown.h | |
| parent | 5cde55426112a8cb79d809dae5f61e347c007212 (diff) | |
| download | libimobiledevice-ef98ef7211bc6277e9a87349f0405957ab264936.tar.gz libimobiledevice-ef98ef7211bc6277e9a87349f0405957ab264936.tar.bz2 | |
Perform proper goodby on lockdown shutdown.
Diffstat (limited to 'src/lockdown.h')
| -rw-r--r-- | src/lockdown.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lockdown.h b/src/lockdown.h index 79ca37e..8b4f27c 100644 --- a/src/lockdown.h +++ b/src/lockdown.h | |||
| @@ -38,6 +38,7 @@ struct iphone_lckd_client_int { | |||
| 38 | int in_SSL; | 38 | int in_SSL; |
| 39 | char *gtls_buffer_hack; | 39 | char *gtls_buffer_hack; |
| 40 | int gtls_buffer_hack_len; | 40 | int gtls_buffer_hack_len; |
| 41 | char session_id[40]; | ||
| 41 | }; | 42 | }; |
| 42 | 43 | ||
| 43 | char *lockdownd_generate_hostid(void); | 44 | char *lockdownd_generate_hostid(void); |
