diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-06 14:12:14 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-06 14:12:14 +0000 |
commit | 334caaa921d3e42b0e52403cf3a3d1723d46d28b (patch) | |
tree | 7a79bf0a1e978ccdd098b8f082a8dbfb7103afd3 /ace/SOCK_Dgram_Mcast.h | |
parent | ffe470de92d953c7977e8e8001d1554da5f8f6b8 (diff) | |
download | ATCD-334caaa921d3e42b0e52403cf3a3d1723d46d28b.tar.gz |
ChangeLogTag:Fri Aug 6 08:43:22 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/SOCK_Dgram_Mcast.h')
-rw-r--r-- | ace/SOCK_Dgram_Mcast.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/SOCK_Dgram_Mcast.h b/ace/SOCK_Dgram_Mcast.h index e09199b0f81..2f996c185e9 100644 --- a/ace/SOCK_Dgram_Mcast.h +++ b/ace/SOCK_Dgram_Mcast.h @@ -71,7 +71,10 @@ public: int reuse_addr = 1, const ASYS_TCHAR *net_if = 0, int protocol_family = PF_INET, - int protocol = 0); + int protocol = 0, + ACE_Protocol_Info *protocolinfo = 0, + ACE_SOCK_GROUP g = 0, + u_long flags = 0); // This is a QoS-enabled method for joining a multicast group, which // passes <qos_params> via <ACE_OS::join_leaf>. The network // interface device driver is instructed to accept datagrams with |