diff options
author | BALATON Zoltan | 2015-05-13 22:43:03 +0200 |
---|---|---|
committer | BALATON Zoltan | 2016-07-13 21:40:53 +0200 |
commit | fe6e9de976cbc7cd204cafa44a4e1a5c5f1a9e0f (patch) | |
tree | 5dde6d7cd399ea0c790a4093b642db6decb98155 /include | |
parent | 4397b3376dc4e4cb1c991d0aed61ce6482614196 (diff) | |
download | libusbmuxd-fe6e9de976cbc7cd204cafa44a4e1a5c5f1a9e0f.tar.gz libusbmuxd-fe6e9de976cbc7cd204cafa44a4e1a5c5f1a9e0f.tar.bz2 |
Catch Paired message even if it is ignored now to prevent returning an
error to the user on receiving this message.
Diffstat (limited to 'include')
-rw-r--r-- | include/usbmuxd-proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usbmuxd-proto.h b/include/usbmuxd-proto.h index 9ad5f71..a2a731e 100644 --- a/include/usbmuxd-proto.h +++ b/include/usbmuxd-proto.h @@ -52,7 +52,7 @@ enum usbmuxd_msgtype { MESSAGE_LISTEN = 3, MESSAGE_DEVICE_ADD = 4, MESSAGE_DEVICE_REMOVE = 5, - //??? + MESSAGE_DEVICE_PAIRED = 6, //??? MESSAGE_PLIST = 8, }; |