Migrate http context struct into the AsyncIO struct; streamline other structs.
[citadel.git] / citadel / modules / extnotify / extnotify.h
index f28c59460cf30b2eb8b23e05d0c600b9d9ea42bf..63a8fcd8e13c23aadadde58e02cbba50a47e51ac 100644 (file)
@@ -19,7 +19,6 @@
  */
 
 #include "../eventclient/serv_curl.h"
-
 #define PAGER_CONFIG_MESSAGE "__ Push email settings __"
 #define FUNAMBOL_CONFIG_TEXT "funambol"
 #define PAGER_CONFIG_SYSTEM  "textmessage"    
@@ -38,7 +37,7 @@ typedef enum _eNotifyType {
 typedef struct _NotifyContext {
        StrBuf **NotifyHostList;
        HashList *NotifyErrors;
-       evcurl_request_data HTTPData;
+       AsyncIO IO;
 } NotifyContext;
 
 int notify_http_server(char *remoteurl,