|
Am I missing something in the patch I have?
I don't find the implementation of the two APR_RING_CHECK macros.
+#define APR_BRIGADE_CHECK_CONSISTENCY(b) \ + APR_RING_CHECK_CONSISTENCY(&(b)->list, apr_bucket, link) + +#define APR_BUCKET_CHECK_CONSISTENCY(e) \ + APR_RING_CHECK_ELEM_CONSISTENCY((e), apr_bucket, link) + |
- [PATCH] bucket debugging. Cliff Woolley
- Re: [PATCH] bucket debugging. Brian Pane
- Re: [PATCH] bucket debugging. Greg Stein
- Re: [PATCH] bucket debugging. Cliff Woolley
- Re: [PATCH] bucket debugging. Greg Stein
- Re: [PATCH] bucket debugging. Jeff Trawick
- RE: [PATCH] bucket debugging. Sander Striker
- RE: [PATCH] bucket debugging. Cliff Woolley
- Re: [PATCH] bucket debugging. Cliff Woolley
- Re: [PATCH] bucket debugging. Jean-Jacques Clar
- Re: [PATCH] bucket debugging. Cliff Woolley
- Re: [PATCH] bucket debugging. Jean-Jacques Clar
