From d33402036d563667a76910dbfec50a37b622d3a5 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 15 Sep 2018 03:46:34 +0200 Subject: 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. --- src/usbmuxd-proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usbmuxd-proto.h') 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 { MESSAGE_LISTEN = 3, MESSAGE_DEVICE_ADD = 4, MESSAGE_DEVICE_REMOVE = 5, - //??? + MESSAGE_DEVICE_PAIRED = 6, //??? MESSAGE_PLIST = 8, }; -- cgit v1.1-32-gdbae