cURL: put error description into the status message.
[citadel.git] / citadel / event_client.h
index b136c2e670a975d1516398c235fe18c347d82967..99d4259f65b3c377bf9f1803102f82c28b13c72e 100644 (file)
@@ -124,6 +124,7 @@ typedef struct _evcurl_request_data
        CURL                    *chnd;
        struct curl_slist       *headers;
        char                     errdesc[CURL_ERROR_SIZE];
+       const char              *CurlError;
 
        int                      attached;