|
@@ -227,7 +227,8 @@ static void cn_proc_ack(int err, int rcvd_seq, int rcvd_ack)
|
|
* cn_proc_mcast_ctl
|
|
* cn_proc_mcast_ctl
|
|
* @data: message sent from userspace via the connector
|
|
* @data: message sent from userspace via the connector
|
|
*/
|
|
*/
|
|
-static void cn_proc_mcast_ctl(struct cn_msg *msg)
|
|
|
|
|
|
+static void cn_proc_mcast_ctl(struct cn_msg *msg,
|
|
|
|
+ struct netlink_skb_parms *nsp)
|
|
{
|
|
{
|
|
enum proc_cn_mcast_op *mc_op = NULL;
|
|
enum proc_cn_mcast_op *mc_op = NULL;
|
|
int err = 0;
|
|
int err = 0;
|