]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/Service.h
%tS logformat code
[thirdparty/squid.git] / src / adaptation / Service.h
index 1166f1c64b3c60afb7bed52b4c2675f022bffb08..f149ce1f2fff0887f173b9171e29960b9d05e2be 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef SQUID_ADAPTATION__SERVICE_H
 #define SQUID_ADAPTATION__SERVICE_H
 
+#include "AccessLogEntry.h"
 #include "adaptation/Elements.h"
 #include "adaptation/forward.h"
 #include "adaptation/ServiceConfig.h"
@@ -31,7 +32,7 @@ public:
     virtual bool broken() const;
     virtual bool up() const = 0; // see comments above
 
-    virtual Initiate *makeXactLauncher(HttpMsg *virginHeader, HttpRequest *virginCause) = 0;
+    virtual Initiate *makeXactLauncher(HttpMsg *virginHeader, HttpRequest *virginCause, AccessLogEntry::Pointer &alp) = 0;
 
     bool wants(const ServiceFilter &filter) const;