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 { typedef struct ssl_data_private *ssl_data_t; struct idevice_connection_private { + char *udid; enum connection_type type; void *data; ssl_data_t ssl_data; |