From dev-return-10460-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Tue Oct 07 19:48:03 2003 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 39264 invoked from network); 7 Oct 2003 19:48:02 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 7 Oct 2003 19:48:02 -0000 Received: (qmail 7668 invoked by uid 500); 7 Oct 2003 19:47:50 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 7627 invoked by uid 500); 7 Oct 2003 19:47:50 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 7613 invoked from network); 7 Oct 2003 19:47:50 -0000 Date: Tue, 7 Oct 2003 15:47:43 -0400 (EDT) From: Cliff Woolley X-X-Sender: jcw5q@cobra.cs.Virginia.EDU To: dev@apr.apache.org Subject: Re: apr-util 1.0 - buckets/brigades types? In-Reply-To: <5.2.0.9.2.20031007142819.01ba57b8@pop3.rowe-clan.net> Message-ID: References: <5.2.0.9.2.20031007132301.02737de8@pop3.rowe-clan.net> <5.2.0.9.2.20031007132301.02737de8@pop3.rowe-clan.net> <5.2.0.9.2.20031007142819.01ba57b8@pop3.rowe-clan.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Tue, 7 Oct 2003, William A. Rowe, Jr. wrote: > >>Dumb Q perhaps; for APR-UTIL 1.0 don't we want to change: > >> > >>typedef struct apr_bucket apr_bucket; > >>typedef struct apr_bucket_brigade apr_bucket_brigade_t; > >>etc > >> > >>to follow our convention: > >> > >>typedef struct apr_bucket_t apr_bucket_t; > >>typedef struct apr_bucket_brigade_t apr_bucket_brigade_t; > >>etc... It just doesn't sound as nice. :-} It's also gonna be a bit of a headache for the guy who has to go back through and wrap things to 80 cols again, but oh well, whatever. --Cliff