]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix qemuMonitorOpen prototype
authorJohn Ferlan <jferlan@redhat.com>
Tue, 21 Mar 2017 16:43:56 +0000 (12:43 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 21 Mar 2017 16:51:40 +0000 (12:51 -0400)
commit9b14b2bc3ba95457589fe08f139542476314ff19
treea69ac5ceb328730cfe17ed0125128cd5876a8a25
parent15b5902db939f2fadd32c91bc2fd66774ff89662
qemu: Fix qemuMonitorOpen prototype

Commit id '85af0b8' added a 'timeout' as the 4th parameter to
qemuMonitorOpen, but neglected to update the ATTRIBUTE_NONNULL(4)
to be (5) for the cb parameter.
src/qemu/qemu_monitor.h