mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 20:45:18 +00:00
qemu_monitor: Document qemuMonitorUnregister()
The most important bit is that the caller is expected to pass locked monitor. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
c8f3b83c72
commit
6458b9d94a
@ -850,6 +850,13 @@ qemuMonitorRegister(qemuMonitorPtr mon)
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* qemuMonitorUnregister:
|
||||
* @mon: monitor object
|
||||
*
|
||||
* Unregister monitor from the event loop. The monitor object
|
||||
* must be locked before calling this function.
|
||||
*/
|
||||
void
|
||||
qemuMonitorUnregister(qemuMonitorPtr mon)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user