Free all our allocated resources after notifying / sending a http request.
[citadel.git] / citadel / modules / extnotify / extnotify.h
index 63a8fcd8e13c23aadadde58e02cbba50a47e51ac..efe6b91364265b004a800d7617cbfdd1ed8cd971 100644 (file)
@@ -36,6 +36,7 @@ typedef enum _eNotifyType {
 
 typedef struct _NotifyContext {
        StrBuf **NotifyHostList;
+       int nNotifyHosts;
        HashList *NotifyErrors;
        AsyncIO IO;
 } NotifyContext;