[ovs-dev] [PATCH] Netlink_socket.c Join/Unjoin an MC group for event subscription

Nithin Raju nithin at vmware.com
Wed Sep 10 19:44:52 UTC 2014


On Sep 10, 2014, at 12:40 PM, Eitan Eliahu <eliahue at 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


More information about the dev mailing list