diff options
Diffstat (limited to 'src/idevice.h')
-rw-r--r-- | src/idevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/idevice.h b/src/idevice.h index 8709c9a..4e53a7f 100644 --- a/src/idevice.h +++ b/src/idevice.h | |||
@@ -68,6 +68,8 @@ struct idevice_connection_private { | |||
68 | enum idevice_connection_type type; | 68 | enum idevice_connection_type type; |
69 | void *data; | 69 | void *data; |
70 | ssl_data_t ssl_data; | 70 | ssl_data_t ssl_data; |
71 | unsigned int ssl_recv_timeout; | ||
72 | idevice_error_t status; | ||
71 | }; | 73 | }; |
72 | 74 | ||
73 | struct idevice_private { | 75 | struct idevice_private { |