]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpc: use single function to send stream messages
authorNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Thu, 7 Feb 2019 12:58:40 +0000 (15:58 +0300)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 8 Feb 2019 15:51:45 +0000 (16:51 +0100)
commit2fd435b785d8f621bc5a92d89ce5a1ee231ce9cd
treed41e07599050a0c2ba49077f04f7dff9ea25e8d7
parenta5445a3706b0bcbb6ec3f4f0f9e03b853ccf911b
rpc: use single function to send stream messages

In next patches we'll add stream state checks to this
function that applicable to all call paths. This is handy
place because we hold client lock here.

Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
src/libvirt_remote.syms
src/rpc/virnetclient.c
src/rpc/virnetclient.h
src/rpc/virnetclientstream.c