diff options
Diffstat (limited to 'src/idevice.h')
| -rw-r--r-- | src/idevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/idevice.h b/src/idevice.h index 4aeaf33..01b13df 100644 --- a/src/idevice.h +++ b/src/idevice.h | |||
| @@ -58,6 +58,7 @@ struct ssl_data_private { | |||
| 58 | typedef struct ssl_data_private *ssl_data_t; | 58 | typedef struct ssl_data_private *ssl_data_t; |
| 59 | 59 | ||
| 60 | struct idevice_connection_private { | 60 | struct idevice_connection_private { |
| 61 | char *udid; | ||
| 61 | enum connection_type type; | 62 | enum connection_type type; |
| 62 | void *data; | 63 | void *data; |
| 63 | ssl_data_t ssl_data; | 64 | ssl_data_t ssl_data; |
