diff options
| author | 2019-10-10 11:52:53 +0300 | |
|---|---|---|
| committer | 2020-02-20 02:15:03 +0100 | |
| commit | ff62b2d77e0ef8850930c8ce70b4fb3d15621673 (patch) | |
| tree | a4af5feca631e6167e0da7b59323817b0130886b /include/libimobiledevice | |
| parent | e52ef954be27fb5a4bf6f7e769c33851483d0e80 (diff) | |
| download | libimobiledevice-ff62b2d77e0ef8850930c8ce70b4fb3d15621673.tar.gz libimobiledevice-ff62b2d77e0ef8850930c8ce70b4fb3d15621673.tar.bz2 | |
debugserver: Proxy SERVICE_E_TIMEOUT into DEBUGSERVER_E_TIMEOUT
This allows proper handling the timeout case in debugserver_client_receive_with_timeout
Diffstat (limited to 'include/libimobiledevice')
| -rw-r--r-- | include/libimobiledevice/debugserver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libimobiledevice/debugserver.h b/include/libimobiledevice/debugserver.h index 8ac116c..8ff31fb 100644 --- a/include/libimobiledevice/debugserver.h +++ b/include/libimobiledevice/debugserver.h | |||
| @@ -39,6 +39,7 @@ typedef enum { | |||
| 39 | DEBUGSERVER_E_MUX_ERROR = -2, | 39 | DEBUGSERVER_E_MUX_ERROR = -2, |
| 40 | DEBUGSERVER_E_SSL_ERROR = -3, | 40 | DEBUGSERVER_E_SSL_ERROR = -3, |
| 41 | DEBUGSERVER_E_RESPONSE_ERROR = -4, | 41 | DEBUGSERVER_E_RESPONSE_ERROR = -4, |
| 42 | DEBUGSERVER_E_TIMEOUT = -5, | ||
| 42 | DEBUGSERVER_E_UNKNOWN_ERROR = -256 | 43 | DEBUGSERVER_E_UNKNOWN_ERROR = -256 |
| 43 | } debugserver_error_t; | 44 | } debugserver_error_t; |
| 44 | 45 | ||
