]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
And yet another.. that's one error per line. Some kind of a personal record
authorhno <>
Sun, 8 Sep 2002 05:11:04 +0000 (05:11 +0000)
committerhno <>
Sun, 8 Sep 2002 05:11:04 +0000 (05:11 +0000)
I think.

src/helper.cc
src/structs.h

index 0dfcb9649ac738644edae20e5dd6f7639289a84e..ed1c10df2309d2a93fe49caaf57cea6ecb13aad9 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: helper.cc,v 1.45 2002/09/07 23:04:50 hno Exp $
+ * $Id: helper.cc,v 1.46 2002/09/07 23:11:04 hno Exp $
  *
  * DEBUG: section 84    Helper process maintenance
  * AUTHOR: Harvest Derived?
@@ -104,6 +104,7 @@ helperOpenServers(helper * hlp)
        }
        hlp->n_running++;
        srv = cbdataAlloc(helper_server);
+       srv->pid = x;
        srv->flags.alive = 1;
        srv->index = k;
        srv->rfd = rfd;
index ec5c190db46de3c308384aaa680dadaa0fcfca9b..24257d945ba987d570f39e99362428f973510fd4 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: structs.h,v 1.426 2002/09/01 13:46:56 hno Exp $
+ * $Id: structs.h,v 1.427 2002/09/07 23:11:04 hno Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -2035,6 +2035,7 @@ struct _helper_stateful {
 
 struct _helper_server {
     int index;
+    int pid;
     int rfd;
     int wfd;
     char *buf;