]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Forgotten to adjust the pointer type ... :-(
authorserassio <>
Mon, 4 Sep 2006 01:12:52 +0000 (01:12 +0000)
committerserassio <>
Mon, 4 Sep 2006 01:12:52 +0000 (01:12 +0000)
src/helper.h

index 8b275085abd7e24d7968f5a7fdba3cad89449f96..0d6fe303cbf502300dcb1b52df0e2e79eacd22a3 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: helper.h,v 1.7 2006/09/03 19:10:22 serassio Exp $
+ * $Id: helper.h,v 1.8 2006/09/03 19:12:52 serassio Exp $
  *
  * DEBUG: section 84    Helper process maintenance
  * AUTHOR: Harvest Derived?
@@ -149,7 +149,7 @@ unsigned int shutdown:
     }
 
     stats;
-    HANDLE hIpc;
+    void *hIpc;
 };
 
 class helper_stateful_request;
@@ -203,7 +203,7 @@ unsigned int shutdown:
     stats;
     int deferred_requests;     /* current number of deferred requests */
     void *data;                        /* State data used by the calling routines */
-    HANDLE hIpc;
+    void *hIpc;
 };
 
 class helper_request