summaryrefslogtreecommitdiff
path: root/ace/SOCK_Dgram_Bcast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_Dgram_Bcast.h')
-rw-r--r--ace/SOCK_Dgram_Bcast.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/SOCK_Dgram_Bcast.h b/ace/SOCK_Dgram_Bcast.h
index f44270a37a9..bba7cebe842 100644
--- a/ace/SOCK_Dgram_Bcast.h
+++ b/ace/SOCK_Dgram_Bcast.h
@@ -44,12 +44,14 @@ public:
ACE_SOCK_Dgram_Bcast (const ACE_Addr &local,
int protocol_family = PF_INET,
- int protocol = 0);
+ int protocol = 0,
+ int reuse_addr = 0);
// Initiate a connectionless datagram broadcast endpoint.
int open (const ACE_Addr &local,
int protocol_family = PF_INET,
- int protocol = 0);
+ int protocol = 0,
+ int reuse_addr = 0);
// Initiate a connectionless datagram broadcast endpoint.
int close (void);