]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
netlink: add support for multi-part netlink messages.
authorMaxim Perevedentsev <mperevedentsev@virtuozzo.com>
Tue, 20 Oct 2015 15:44:19 +0000 (18:44 +0300)
committerLaine Stump <laine@laine.org>
Thu, 29 Oct 2015 01:47:58 +0000 (21:47 -0400)
commit131e7245a8336541ee61047eac8ecb447129b963
tree0b9d327c8708433b6ed2924a152d48b1925fceb1
parent4eac55238f856d29d07a60448adb2e0b2f8e28b5
netlink: add support for multi-part netlink messages.

Such messages do not have NLMSG_ERROR or NLMSG_DONE type
but they are valid responses. We test 'multi-partness'
by looking for NLM_F_MULTI flag.
src/util/virnetlink.c