Re: [libvirt] [PATCH v2 1/5] util: extract the request sending code from virNetlinkCommand()

2017-03-16 Thread Laine Stump
On 03/15/2017 10:45 AM, Cédric Bosdonnat wrote: > Allow to reuse as much as possible from virNetlinkCommand(). This > comment prepares for the introduction of virNetlindDumpCommand() s/Netlind/Netlink/ :-) > only differing by how it handles the responses. > --- > src/util/virnetlink.c | 89 > +

[libvirt] [PATCH v2 1/5] util: extract the request sending code from virNetlinkCommand()

2017-03-15 Thread Cédric Bosdonnat
Allow to reuse as much as possible from virNetlinkCommand(). This comment prepares for the introduction of virNetlindDumpCommand() only differing by how it handles the responses. --- src/util/virnetlink.c | 89 +++ 1 file changed, 54 insertions(+), 3