]> git.ipfire.org Git - thirdparty/libvirt.git/commit
daemon stream: Convert @tx in daemonClientStream to bool
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 4 Apr 2016 10:49:48 +0000 (12:49 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 21 Apr 2016 14:29:41 +0000 (16:29 +0200)
commit7747c3bfca6af3de84bacb915d4aa1f305060898
tree616fa81e8e0833f121ccff4e99a34af6c680bbe3
parent5441a25ff6b8ab6c2d413579779d3c26e55f7d04
daemon stream: Convert @tx in daemonClientStream to bool

This structure item is used as pure boolean. There's no need to
hold whole integer for it.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
daemon/stream.c