summaryrefslogtreecommitdiffstats
path: root/usbmuxd.h
diff options
context:
space:
mode:
Diffstat (limited to 'usbmuxd.h')
-rw-r--r--usbmuxd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usbmuxd.h b/usbmuxd.h
index d749baf..a79df37 100644
--- a/usbmuxd.h
+++ b/usbmuxd.h
@@ -36,14 +36,14 @@ struct usbmuxd_device_info_request {
char padding[222];
} __attribute__((__packed__));
-struct usbmuxd_hello {
+struct usbmuxd_scan_request {
struct usbmuxd_header header;
} __attribute__((__packed__));
enum {
USBMUXD_RESULT = 1,
USBMUXD_CONNECT = 2,
- USBMUXD_HELLO = 3,
+ USBMUXD_SCAN = 3,
USBMUXD_DEVICE_INFO = 4,
};