summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar BALATON Zoltan2015-05-13 22:43:03 +0200
committerGravatar BALATON Zoltan2016-07-13 21:40:53 +0200
commitfe6e9de976cbc7cd204cafa44a4e1a5c5f1a9e0f (patch)
tree5dde6d7cd399ea0c790a4093b642db6decb98155 /include
parent4397b3376dc4e4cb1c991d0aed61ce6482614196 (diff)
downloadlibusbmuxd-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.h2
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,
};