diff options
| author | 2019-06-13 02:01:04 +0300 | |
|---|---|---|
| committer | 2019-06-13 01:41:20 +0200 | |
| commit | 4d8b89223cbc9f530cc650ab5131c09eab1af258 (patch) | |
| tree | e63216393208c07ae83c7b8eba5e0a9546de4fef /include/libimobiledevice/webinspector.h | |
| parent | 6edc36fccb52a963c9ebfbb44ba7b91570e0fd06 (diff) | |
| download | libimobiledevice-4d8b89223cbc9f530cc650ab5131c09eab1af258.tar.gz libimobiledevice-4d8b89223cbc9f530cc650ab5131c09eab1af258.tar.bz2 | |
Timeout support for SSL connections and better timeout handeling.
Diffstat (limited to 'include/libimobiledevice/webinspector.h')
| -rw-r--r-- | include/libimobiledevice/webinspector.h | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/include/libimobiledevice/webinspector.h b/include/libimobiledevice/webinspector.h index d2a99c9..da0759c 100644 --- a/include/libimobiledevice/webinspector.h +++ b/include/libimobiledevice/webinspector.h | |||
| @@ -35,12 +35,14 @@ extern "C" { | |||
| 35 | 35 | ||
| 36 | /** Error Codes */ | 36 | /** Error Codes */ |
| 37 | typedef enum { | 37 | typedef enum { |
| 38 | WEBINSPECTOR_E_SUCCESS = 0, | 38 | WEBINSPECTOR_E_SUCCESS = 0, |
| 39 | WEBINSPECTOR_E_INVALID_ARG = -1, | 39 | WEBINSPECTOR_E_INVALID_ARG = -1, |
| 40 | WEBINSPECTOR_E_PLIST_ERROR = -2, | 40 | WEBINSPECTOR_E_PLIST_ERROR = -2, |
| 41 | WEBINSPECTOR_E_MUX_ERROR = -3, | 41 | WEBINSPECTOR_E_MUX_ERROR = -3, |
| 42 | WEBINSPECTOR_E_SSL_ERROR = -4, | 42 | WEBINSPECTOR_E_SSL_ERROR = -4, |
| 43 | WEBINSPECTOR_E_UNKNOWN_ERROR = -256 | 43 | WEBINSPECTOR_E_RECEIVE_TIMEOUT = -5, |
| 44 | WEBINSPECTOR_E_NOT_ENOUGH_DATA = -6, | ||
| 45 | WEBINSPECTOR_E_UNKNOWN_ERROR = -256 | ||
| 44 | } webinspector_error_t; | 46 | } webinspector_error_t; |
| 45 | 47 | ||
| 46 | typedef struct webinspector_client_private webinspector_client_private; | 48 | typedef struct webinspector_client_private webinspector_client_private; |
