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
1 changed files with 3 additions and 2 deletions

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)