]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/Config.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / adaptation / Config.h
index 68558647bf23d4428c882c3d292dabc67972ac29..15d1e5badeb511890aef59951fea059f596f3cc5 100644 (file)
@@ -1,13 +1,17 @@
 #ifndef SQUID_ADAPTATION__CONFIG_H
 #define SQUID_ADAPTATION__CONFIG_H
 
-#include "event.h"
-#include "base/AsyncCall.h"
-#include "adaptation/forward.h"
+#include "acl/forward.h"
 #include "adaptation/Elements.h"
+#include "adaptation/forward.h"
+#include "base/AsyncCall.h"
+#include "event.h"
+#include "Notes.h"
+#include "SquidString.h"
 
-class acl_access;
 class ConfigParser;
+class HttpRequest;
+class HttpReply;
 
 namespace Adaptation
 {
@@ -43,6 +47,8 @@ public:
     time_t oldest_service_failure;
     int service_revival_delay;
 
+    static Notes metaHeaders; ///< The list of configured meta headers
+
     typedef Vector<ServiceConfigPointer> ServiceConfigs;
     ServiceConfigs serviceConfigs;