diff options
Diffstat (limited to 'src/webinspector.h')
-rw-r--r-- | src/webinspector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webinspector.h b/src/webinspector.h index ab04a70..3c8e695 100644 --- a/src/webinspector.h +++ b/src/webinspector.h @@ -25,6 +25,8 @@ #include "libimobiledevice/webinspector.h" #include "property_list_service.h" +#define WEBINSPECTOR_PARTIAL_PACKET_CHUNK_SIZE 8096 + struct webinspector_client_private { property_list_service_client_t parent; }; |