From: serassio <> Date: Mon, 4 Sep 2006 01:12:52 +0000 (+0000) Subject: Forgotten to adjust the pointer type ... :-( X-Git-Tag: SQUID_3_0_PRE5~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d88e3125f34a1b3dce064883352fdc9fa67ce62;p=thirdparty%2Fsquid.git Forgotten to adjust the pointer type ... :-( --- diff --git a/src/helper.h b/src/helper.h index 8b275085ab..0d6fe303cb 100644 --- a/src/helper.h +++ b/src/helper.h @@ -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