Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 35835 invoked by uid 500); 31 Dec 2001 17:18:59 -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 Delivered-To: moderator for dev@apr.apache.org Received: (qmail 18812 invoked from network); 30 Dec 2001 19:15:34 -0000 Message-Id: <5.1.0.14.2.20011230201425.02fac5a0@mail.devspace.com> X-Sender: cgross@mail.devspace.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 30 Dec 2001 20:15:54 +0100 To: dev@apr.apache.org From: Christian Gross Subject: Problem with apr_global_hook_pool Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi I was playing around with Optional Functions. And I realized that the variable apr_global_hook_pool is only set by Apache and not in the APR-UTIL subsystem. Is this not a bit inconsistent? Would it not be better to introduce a method or something to indicate that the variable is not assigned? Thanks Christian Gross