]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/structs.h
int HttpStateData.do_next_read is really boolean. It can become
[thirdparty/squid.git] / src / structs.h
index e9fb1246ab53e85e7c5da2d5c93538bc5aedfe3c..e5f2904573e5df02778eefda4d043bcf43ed8074 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: structs.h,v 1.522 2005/08/19 16:49:27 wessels Exp $
+ * $Id: structs.h,v 1.523 2005/08/19 17:03:28 wessels Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -989,6 +989,9 @@ unsigned int abuse_detected:
 
 unsigned int request_sent:
     1;
+
+unsigned int do_next_read:
+    1;
 };
 
 struct _ipcache_addrs