mirror of https://gitee.com/openkylin/libvirt.git
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