]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/carp.h
Supply AccessLogEntry (ALE) for more fast ACL checks. (#182)
[thirdparty/squid.git] / src / carp.h
index 7f3901c1a1708b8c54b2148d64c3038ac915c63f..ff8c3c88ae48a0a727ace089a5434ed1e810d77e 100644 (file)
 #define SQUID_CARP_H_
 
 class CachePeer;
-class HttpRequest;
+class PeerSelector;
 
 void carpInit(void);
-CachePeer *carpSelectParent(HttpRequest *);
+CachePeer *carpSelectParent(PeerSelector *);
 
 #endif /* SQUID_CARP_H_ */