diff options
| author | Allan Stephens <[email protected]> | 2010-11-30 12:00:59 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2010-12-02 21:34:04 +0000 |
| commit | 38f232eae20cefed2e2379d77c54babb0de6d024 (patch) | |
| tree | 15682682015cb216987596eb0364b61e040c971d /net/tipc/port.c | |
| parent | tipc: Remove support for TIPC mode change callback (diff) | |
| download | kernel-38f232eae20cefed2e2379d77c54babb0de6d024.tar.gz kernel-38f232eae20cefed2e2379d77c54babb0de6d024.zip | |
tipc: Remove unused domain argument from multicast send routine
Eliminates an unused argument from tipc_multicast(), now that this
routine can no longer be called by kernel-based applications.
Signed-off-by: Allan Stephens <[email protected]>
Signed-off-by: Paul Gortmaker <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/port.c')
| -rw-r--r-- | net/tipc/port.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/port.c b/net/tipc/port.c index e822117b79ad..01dcfeea1ec4 100644 --- a/net/tipc/port.c +++ b/net/tipc/port.c @@ -88,7 +88,7 @@ static void port_incr_out_seqno(struct port *p_ptr) * tipc_multicast - send a multicast message to local and remote destinations */ -int tipc_multicast(u32 ref, struct tipc_name_seq const *seq, u32 domain, +int tipc_multicast(u32 ref, struct tipc_name_seq const *seq, u32 num_sect, struct iovec const *msg_sect) { struct tipc_msg *hdr; |
