summaryrefslogtreecommitdiff
path: root/include/apr_portable.h
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-10-15 20:41:44 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-10-15 20:41:44 +0000
commit01ae57b9fb3862c75621391de87e3094ffe903fe (patch)
treee8b882bf6f8d401f75c13dc13a687ec7152115af /include/apr_portable.h
parent6247e8349455e8c87cff5f0eeb96d5ccaea9df95 (diff)
downloadlibapr-01ae57b9fb3862c75621391de87e3094ffe903fe.tar.gz
Time to turn on the protocol member for APR 1.0.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64688 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_portable.h')
-rw-r--r--include/apr_portable.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/apr_portable.h b/include/apr_portable.h
index 6f79f45cd..3b7c9c718 100644
--- a/include/apr_portable.h
+++ b/include/apr_portable.h
@@ -221,9 +221,7 @@ struct apr_os_sock_info_t {
struct sockaddr *remote; /**< NULL if not connected */
int family; /**< always required (APR_INET, APR_INET6, etc.) */
int type; /**< always required (SOCK_STREAM, SOCK_DGRAM, etc.) */
-#ifdef APR_ENABLE_FOR_1_0 /**< enable with APR 1.0 */
int protocol; /**< 0 or actual protocol (APR_PROTO_SCTP, APR_PROTO_TCP, etc.) */
-#endif
};
typedef struct apr_os_sock_info_t apr_os_sock_info_t;