mirror of https://gitee.com/openkylin/libvirt.git
Mon Apr 30 17:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* src/libvirt.c (virConnectNumOfDefinedDomains): Documentation fix (thanks to Jan Michael).
This commit is contained in:
parent
1dca564a64
commit
68c6d74fa1
|
@ -1,3 +1,8 @@
|
|||
Mon Apr 30 17:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
|
||||
|
||||
* src/libvirt.c (virConnectNumOfDefinedDomains): Documentation
|
||||
fix (thanks to Jan Michael).
|
||||
|
||||
Thu Apr 26 12:20:35 CEST 2007 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* src/virsh.c: fix virshStrdup to not crash if NULL is passed.
|
||||
|
|
|
@ -1497,7 +1497,7 @@ virDomainUndefine(virDomainPtr domain) {
|
|||
* virConnectNumOfDefinedDomains:
|
||||
* @conn: pointer to the hypervisor connection
|
||||
*
|
||||
* Provides the number of active domains.
|
||||
* Provides the number of inactive domains.
|
||||
*
|
||||
* Returns the number of domain found or -1 in case of error
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue