You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by dr...@apache.org on 2007/02/17 18:38:34 UTC

svn commit: r508781 - /apr/apr/trunk/include/apr_network_io.h

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;
 
 /**