wrowe 2002/05/31 01:01:06
Modified: flood flood_profile.h
Log:
Unless I'm blind, a counted (sizeable) type is better than void, and
that's all we are pushing here, bytes, correct?
Revision Changes Path
1.11 +1 -1 httpd-test/flood/flood_profile.h
Index: flood_profile.h
===================================================================
RCS file: /home/cvs/httpd-test/flood/flood_profile.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- flood_profile.h 27 Mar 2002 01:41:52 -0000 1.10
+++ flood_profile.h 31 May 2002 08:01:05 -0000 1.11
@@ -139,7 +139,7 @@
/* Raw buffer connection
* FIXME: apr_bucket_t? */
buffer_type_e rbuftype;
- void * rbuf;
+ char *rbuf;
apr_size_t rbufsize;
};
typedef struct response_t response_t;