diff options
| author | 2010-11-05 18:03:51 +0100 | |
|---|---|---|
| committer | 2010-11-05 18:03:51 +0100 | |
| commit | eac909b522bb405cd34a8fb48259ea3952d2360a (patch) | |
| tree | 31d084bd251c1fc9a3bac949aa24c52befe66de5 /src/afc.h | |
| parent | 8dff982f54ea9fc2a3a4366b1958120d89f862b5 (diff) | |
| download | libimobiledevice-eac909b522bb405cd34a8fb48259ea3952d2360a.tar.gz libimobiledevice-eac909b522bb405cd34a8fb48259ea3952d2360a.tar.bz2 | |
afc: new function afc_client_new_from_connection
This function allows creating an afc client upon an already established
connection. This is for example required for the house_arrest service.
Diffstat (limited to 'src/afc.h')
| -rw-r--r-- | src/afc.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -54,6 +54,7 @@ struct afc_client_private { | |||
| 54 | int file_handle; | 54 | int file_handle; |
| 55 | int lock; | 55 | int lock; |
| 56 | GMutex *mutex; | 56 | GMutex *mutex; |
| 57 | int own_connection; | ||
| 57 | }; | 58 | }; |
| 58 | 59 | ||
| 59 | /* AFC Operations */ | 60 | /* AFC Operations */ |
