summaryrefslogtreecommitdiffstats
path: root/src/property_list_service.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2013-09-19 05:21:33 +0200
committerGravatar Nikias Bassen2013-09-19 05:21:33 +0200
commita84e717eecf2dda8221a8aa8569148c01f2505b0 (patch)
tree96ac46767ff533d10cb02a77ea576f4d106446df /src/property_list_service.h
parent193d032a040935664e7428d366345a6f6644a29a (diff)
downloadlibimobiledevice-a84e717eecf2dda8221a8aa8569148c01f2505b0.tar.gz
libimobiledevice-a84e717eecf2dda8221a8aa8569148c01f2505b0.tar.bz2
property_list_service: handle timeout condition on receive
this adds the new error code PROPERTY_LIST_SERVICE_E_TIMEOUT that occurs if the given timeout is reached when trying to receive data.
Diffstat (limited to 'src/property_list_service.h')
-rw-r--r--src/property_list_service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/property_list_service.h b/src/property_list_service.h
index c18fd76..84053e0 100644
--- a/src/property_list_service.h
+++ b/src/property_list_service.h
@@ -32,6 +32,7 @@
#define PROPERTY_LIST_SERVICE_E_PLIST_ERROR -2
#define PROPERTY_LIST_SERVICE_E_MUX_ERROR -3
#define PROPERTY_LIST_SERVICE_E_SSL_ERROR -4
+#define PROPERTY_LIST_SERVICE_E_TIMEOUT -5
#define PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR -256