]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: extract the request sending code from virNetlinkCommand()
authorCédric Bosdonnat <cbosdonnat@suse.com>
Fri, 3 Mar 2017 11:16:32 +0000 (12:16 +0100)
committerCédric Bosdonnat <cbosdonnat@suse.com>
Wed, 22 Mar 2017 08:01:32 +0000 (09:01 +0100)
commitd68cb4f554d16c2af79f64749e18d7d6cd9dd5b9
tree61e58678826c6a86fb01817f33ee14f4f8d34b1e
parent9b14b2bc3ba95457589fe08f139542476314ff19
util: extract the request sending code from virNetlinkCommand()

Allow to reuse as much as possible from virNetlinkCommand(). This
comment prepares for the introduction of virNetlinkDumpCommand()
only differing by how it handles the responses.
src/util/virnetlink.c