]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: change qemuFindAgentConfig return type
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 8 Jan 2016 15:21:30 +0000 (16:21 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 11 Jan 2016 16:17:52 +0000 (17:17 +0100)
commitd5762cc0348c65e9470c292049fda560019247a3
tree1564f25f9ed6860ad3098a475e32c4c2d21f1cd8
parent2f50445537f9e1f39e484831489a6ac6f9951ce0
qemu: change qemuFindAgentConfig return type

While this is no functional change, whole channel definition is
going to be needed very soon. Moreover, while touching this obey
const correctness rule in qemuAgentOpen() - so far it was passed
regular pointer to channel config even though the function is
expected to not change pointee at all. Pass const pointer
instead.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_agent.c
src/qemu/qemu_agent.h
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_process.c