summaryrefslogtreecommitdiff
path: root/include/arch/os2
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-07-16 18:52:17 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-07-16 18:52:17 +0000
commit172976a08148bee680fa2ea87ea0a37e6a01010b (patch)
tree335b7c2b02240c415f09d4586c34166daf41074d /include/arch/os2
parentfa7b55b2a53050feba752bd8470ef6ee3a0dec08 (diff)
downloadlibapr-172976a08148bee680fa2ea87ea0a37e6a01010b.tar.gz
If this platform will support 'da inherit bit, needs the flag
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61943 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch/os2')
-rw-r--r--include/arch/os2/networkio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/arch/os2/networkio.h b/include/arch/os2/networkio.h
index 64ed34a7e..942b5f173 100644
--- a/include/arch/os2/networkio.h
+++ b/include/arch/os2/networkio.h
@@ -73,6 +73,7 @@ struct apr_socket_t {
int local_port_unknown;
int local_interface_unknown;
apr_int32_t netmask;
+ int inherit;
};
struct apr_pollfd_t {