提交 2fbfedeb 编写于 作者: J Jim Fehlig

libxl: fix libxlDoDomainSave documentation

Update the function's comment, which was missed when removing use of
the driver lock everywhere.
上级 3d8a3d6e
...@@ -1812,8 +1812,9 @@ libxlDomainGetState(virDomainPtr dom, ...@@ -1812,8 +1812,9 @@ libxlDomainGetState(virDomainPtr dom,
return ret; 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 static int
libxlDoDomainSave(libxlDriverPrivatePtr driver, virDomainObjPtr vm, libxlDoDomainSave(libxlDriverPrivatePtr driver, virDomainObjPtr vm,
const char *to) const char *to)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册