brcompatd: Break send_reply() up into more functions for flexibility.
authorBen Pfaff <blp@nicira.com>
Thu, 30 Jul 2009 20:52:27 +0000 (13:52 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 7 Aug 2009 22:05:47 +0000 (15:05 -0700)
commit41e754bcb40f78f5a2a790a4b196433cd1afa304
treecb07cd3febc4bed7ebe39063089f503cb3847dc6
parent7f42c1d707c65befb9d92bebae069e4f4b0be1fb
brcompatd: Break send_reply() up into more functions for flexibility.

Upcoming commits will require sending Netlink messages to the kernel that
have additional attributes.  Instead of adding more arguments to
send_reply() to handle these, it's cleaner to break up send_reply() into
two functions and let the caller add those attributes itself.
vswitchd/ovs-brcompatd.c