1
0
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:
Jim Fehlig 2014-02-06 18:02:06 -07:00
parent 3d8a3d6e5b
commit 2fbfedeb0d

View File

@ -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)