]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add a missing function to make kqueue compile again.
authoradrian <>
Sat, 2 Sep 2006 16:43:10 +0000 (16:43 +0000)
committeradrian <>
Sat, 2 Sep 2006 16:43:10 +0000 (16:43 +0000)
src/comm_kqueue.cc

index 8835839852ddbe24ead374d51517673e87c5b58b..f6bbd4a0828f0bcf987fbe2bac4233ecb2abae8f 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm_kqueue.cc,v 1.11 2006/05/29 00:15:02 robertc Exp $
+ * $Id: comm_kqueue.cc,v 1.12 2006/09/02 10:43:10 adrian Exp $
  *
  * DEBUG: section 5    Socket functions
  *
@@ -332,4 +332,9 @@ comm_quick_poll_required(void)
     max_poll_time = 100;
 }
 
+void
+commKQueueRegisterWithCacheManager(CacheManager & manager)
+{
+}
+
 #endif /* USE_KQUEUE */