Sure will do a)
Thanks
Eitan

-----Original Message-----
From: Nithin Raju 
Sent: Wednesday, September 10, 2014 12:45 PM
To: Eitan Eliahu
Cc: <dev@openvswitch.org>
Subject: Re: [ovs-dev] [PATCH] Netlink_socket.c Join/Unjoin an MC group for 
event subscription

On Sep 10, 2014, at 12:40 PM, Eitan Eliahu <elia...@vmware.com>
 wrote:

> Nithin, I can't align it since if aligned this line will go over the 80 
> character limit.

You could do one of these two options. Either way is fine:

a)
+    nl_msg_put_genlmsghdr(&request, 0, OVS_WIN_NL_CTRL_FAMILY_ID, 0,
+                          OVS_CTRL_CMD_MC_SUBSCRIBE_REQ,
+                          OVS_WIN_CONTROL_VERSION);

b)
+    nl_msg_put_genlmsghdr(&request, 0, OVS_WIN_NL_CTRL_FAMILY_ID, 0,
+        OVS_CTRL_CMD_MC_SUBSCRIBE_REQ, OVS_WIN_CONTROL_VERSION);

Thanks,
-- Nithin
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to