diff options
| author | 2018-09-15 03:46:34 +0200 | |
|---|---|---|
| committer | 2018-09-15 03:46:34 +0200 | |
| commit | d33402036d563667a76910dbfec50a37b622d3a5 (patch) | |
| tree | 7d58e8d2ee2d5d7bc8027bb9c8b9f465f7d87e53 /src/client.h | |
| parent | ee85938c21043ef5f7cd4dfbc7677f385814d4d8 (diff) | |
| download | usbmuxd-d33402036d563667a76910dbfec50a37b622d3a5.tar.gz usbmuxd-d33402036d563667a76910dbfec50a37b622d3a5.tar.bz2 | |
client: Send 'Paired' message when a device's pairing record has been stored successfully
This requires the SavePairRecord message sent from the client to contain a
usbmux device id so the device can be matched accordingly.
For the record: This is the original behavior.
Diffstat (limited to 'src/client.h')
| -rw-r--r-- | src/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index bac563d..6cac4db 100644 --- a/src/client.h +++ b/src/client.h | |||
| @@ -35,6 +35,7 @@ int client_notify_connect(struct mux_client *client, enum usbmuxd_result result) | |||
| 35 | 35 | ||
| 36 | void client_device_add(struct device_info *dev); | 36 | void client_device_add(struct device_info *dev); |
| 37 | void client_device_remove(int device_id); | 37 | void client_device_remove(int device_id); |
| 38 | void client_device_paired(int device_id); | ||
| 38 | 39 | ||
| 39 | int client_accept(int fd); | 40 | int client_accept(int fd); |
| 40 | void client_get_fds(struct fdlist *list); | 41 | void client_get_fds(struct fdlist *list); |
