mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
libxl: fix libxlDoDomainSave documentation
Update the function's comment, which was missed when removing use of the driver lock everywhere.
This commit is contained in:
parent
3d8a3d6e5b
commit
2fbfedeb0d
@ -1812,8 +1812,9 @@ libxlDomainGetState(virDomainPtr dom,
|
||||
return ret;
|
||||
}
|
||||
|
||||
/* This internal function expects the driver lock to already be held on
|
||||
* entry and the vm must be active. */
|
||||
/*
|
||||
* virDomainObjPtr must be locked on invocation
|
||||
*/
|
||||
static int
|
||||
libxlDoDomainSave(libxlDriverPrivatePtr driver, virDomainObjPtr vm,
|
||||
const char *to)
|
||||
|
Loading…
x
Reference in New Issue
Block a user