diff options
| author | 2018-09-15 03:46:34 +0200 | |
|---|---|---|
| committer | 2018-09-15 03:46:34 +0200 | |
| commit | d33402036d563667a76910dbfec50a37b622d3a5 (patch) | |
| tree | 7d58e8d2ee2d5d7bc8027bb9c8b9f465f7d87e53 /src/usbmuxd-proto.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/usbmuxd-proto.h')
| -rw-r--r-- | src/usbmuxd-proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usbmuxd-proto.h b/src/usbmuxd-proto.h index a344e60..9416416 100644 --- a/src/usbmuxd-proto.h +++ b/src/usbmuxd-proto.h | |||
| @@ -52,7 +52,7 @@ enum usbmuxd_msgtype { | |||
| 52 | MESSAGE_LISTEN = 3, | 52 | MESSAGE_LISTEN = 3, |
| 53 | MESSAGE_DEVICE_ADD = 4, | 53 | MESSAGE_DEVICE_ADD = 4, |
| 54 | MESSAGE_DEVICE_REMOVE = 5, | 54 | MESSAGE_DEVICE_REMOVE = 5, |
| 55 | //??? | 55 | MESSAGE_DEVICE_PAIRED = 6, |
| 56 | //??? | 56 | //??? |
| 57 | MESSAGE_PLIST = 8, | 57 | MESSAGE_PLIST = 8, |
| 58 | }; | 58 | }; |
