Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 90316 invoked from network); 17 Feb 2007 17:38:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Feb 2007 17:38:55 -0000 Received: (qmail 17834 invoked by uid 500); 17 Feb 2007 17:39:03 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 17802 invoked by uid 500); 17 Feb 2007 17:39:03 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 17790 invoked by uid 99); 17 Feb 2007 17:39:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Feb 2007 09:39:03 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Feb 2007 09:38:54 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id A34051A981A; Sat, 17 Feb 2007 09:38:34 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r508781 - /apr/apr/trunk/include/apr_network_io.h Date: Sat, 17 Feb 2007 17:38:34 -0000 To: commits@apr.apache.org From: dreid@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070217173834.A34051A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dreid Date: Sat Feb 17 09:38:33 2007 New Revision: 508781 URL: http://svn.apache.org/viewvc?view=rev&rev=508781 Log: Add some documentation Modified: apr/apr/trunk/include/apr_network_io.h Modified: apr/apr/trunk/include/apr_network_io.h URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_network_io.h?view=diff&rev=508781&r1=508780&r2=508781 ============================================================================== --- apr/apr/trunk/include/apr_network_io.h (original) +++ apr/apr/trunk/include/apr_network_io.h Sat Feb 17 09:38:33 2007 @@ -168,8 +168,8 @@ * connection. */ typedef enum { - APR_LOCAL, - APR_REMOTE + APR_LOCAL, /**< Socket information for local end of connection */ + APR_REMOTE /**< Socket information for remote end of connection */ } apr_interface_e; /**