diff options
| author | 2018-09-29 22:56:14 +0200 | |
|---|---|---|
| committer | 2018-09-29 22:56:14 +0200 | |
| commit | 05fefa6aeff45fc84665e8427444295d8414df98 (patch) | |
| tree | 76ac70827e85fced512dfe04c568a97f82eaff8c /src/idevice.h | |
| parent | fb71aeef10488ed7b0e60a1c8a553193301428c0 (diff) | |
| download | libimobiledevice-05fefa6aeff45fc84665e8427444295d8414df98.tar.gz libimobiledevice-05fefa6aeff45fc84665e8427444295d8414df98.tar.bz2 | |
idevice: Add usbmux device id (handle/mux id) to internal data structure
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 e46a7e5..94e828b 100644 --- a/src/idevice.h +++ b/src/idevice.h | |||
| @@ -74,6 +74,7 @@ struct idevice_connection_private { | |||
| 74 | 74 | ||
| 75 | struct idevice_private { | 75 | struct idevice_private { |
| 76 | char *udid; | 76 | char *udid; |
| 77 | uint32_t mux_id; | ||
| 77 | enum connection_type conn_type; | 78 | enum connection_type conn_type; |
| 78 | void *conn_data; | 79 | void *conn_data; |
| 79 | int version; | 80 | int version; |
