From a84e717eecf2dda8221a8aa8569148c01f2505b0 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 19 Sep 2013 05:21:33 +0200 Subject: 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. --- src/property_list_service.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/property_list_service.h') 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 -- cgit v1.1-32-gdbae