mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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…
Reference in New Issue
Block a user