提交 e7fef6d0 编写于 作者: C Cao jin 提交者: Martin Kletzander

There is no virDomainFindBy{ID, Name, UUID} anymore

s/virDomainFindBy/virDomainObjListFindBy/
Signed-off-by: NCao jin <caoj.fnst@cn.fujitsu.com>
上级 1439eb32
...@@ -25,7 +25,7 @@ There are a number of locks on various objects ...@@ -25,7 +25,7 @@ There are a number of locks on various objects
* virDomainObjPtr * virDomainObjPtr
Will be locked after calling any of the virDomainFindBy{ID,Name,UUID} Will be locked after calling any of the virDomainObjListFindBy{ID,Name,UUID}
methods. However, preferred method is qemuDomObjFromDomain() that uses methods. However, preferred method is qemuDomObjFromDomain() that uses
virDomainFindByUUIDRef() which also increases the reference counter and virDomainFindByUUIDRef() which also increases the reference counter and
finds the domain in the domain list without blocking all other lookups. finds the domain in the domain list without blocking all other lookups.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册