From dev-return-11724-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Sat May 22 01:42:55 2004 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 73076 invoked from network); 22 May 2004 01:42:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 May 2004 01:42:55 -0000 Received: (qmail 81857 invoked by uid 500); 22 May 2004 01:43:17 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 81730 invoked by uid 500); 22 May 2004 01:43:16 -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 81715 invoked by uid 98); 22 May 2004 01:43:16 -0000 X-Qmail-Scanner-Mail-From: minfrin@sharp.fm via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(196.30.143.210):. Processed in 0.871899 secs) Message-ID: <40AEB007.8020609@sharp.fm> Date: Sat, 22 May 2004 03:42:31 +0200 From: Graham Leggett User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040514 X-Accept-Language: en-za, en-us, en MIME-Version: 1.0 To: APR Development Subject: return code of apr_shm_baseaddr_get() Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at fma.co.za X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, The above function returns a pointer to the base address of the shared memory segment. Will this function ever return NULL? It does not mention possible failure conditions in the docs at http://apr.apache.org/docs/apr/group__apr__shm.html#a5 Regards, Graham --