summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
diff options
context:
space:
mode:
authorDavid Reid <dreid@apache.org>2007-02-17 17:38:33 +0000
committerDavid Reid <dreid@apache.org>2007-02-17 17:38:33 +0000
commit5f119205ebe97b2eca3e195f6c8c7a00e6f9b73f (patch)
tree579e70ecd97a137d827aa336a369afd9b4fa4f6c /include/apr_network_io.h
parent2318d37119343598c4769e30e146710c5c6855a5 (diff)
downloadapr-5f119205ebe97b2eca3e195f6c8c7a00e6f9b73f.tar.gz
Add some documentation
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@508781 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_network_io.h')
-rw-r--r--include/apr_network_io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h
index 3ca87b326..4e3789d2b 100644
--- a/include/apr_network_io.h
+++ b/include/apr_network_io.h
@@ -168,8 +168,8 @@ struct in_addr {
* 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;
/**