summaryrefslogtreecommitdiff
path: root/ace/SOCK.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-03 19:13:21 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-03 19:13:21 +0000
commitb905399700cdb47211c8b004e64717824d019035 (patch)
tree7b7968f868dee77552a559d93156665ec0756edb /ace/SOCK.h
parentdded054c6a2dd6522fb9daf07c291b7196169547 (diff)
downloadATCD-b905399700cdb47211c8b004e64717824d019035.tar.gz
.
Diffstat (limited to 'ace/SOCK.h')
-rw-r--r--ace/SOCK.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/SOCK.h b/ace/SOCK.h
index 488ca2194f7..6918bf12ff3 100644
--- a/ace/SOCK.h
+++ b/ace/SOCK.h
@@ -82,7 +82,8 @@ public:
int protocol,
ACE_Protocol_Info *protocolinfo,
ACE_SOCK_GROUP g,
- u_long flags);
+ u_long flags,
+ int reuse_addr);
// Wrapper around the QoS-enabled <WSASocket> function.
protected:
@@ -98,7 +99,8 @@ protected:
int protocol,
ACE_Protocol_Info *protocolinfo,
ACE_SOCK_GROUP g,
- u_long flags);
+ u_long flags,
+ int reuse_addr);
// Constructor with arguments to call the QoS-enabled <WSASocket>
// function.