]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/comm.h
- Many ICAP fixes from Alex Rousskov accumulated on the
[thirdparty/squid.git] / src / comm.h
index 317d69fb3e89567528f089f3328ebeeed35da73f..ab42717262ab4060a92979c11f9aea5a3e9a6476 100644 (file)
@@ -114,6 +114,8 @@ public:
     void defer (int, Acceptor::AcceptorFunction *, void *);
     void kick();
 
+    bool deferring() const;
+
 private:
     static AcceptLimiter Instance_;
     Vector<Acceptor> deferred;