DB> +/** DB> +* _virNetwork: DB> +* DB> +* Internal structure associated to a storage pool DB> +*/
This looks like a copy-and-paste casualty.
DB> +struct _virStoragePool {
DB> + unsigned int magic; /* specific value to check */
DB> + int refs; /* reference count */
DB> + virConnectPtr conn; /* pointer back to the connection
*/
DB> + char *name; /* the storage pool external name
*/
DB> + unsigned char uuid[VIR_UUID_BUFLEN]; /* the storage pool unique
identifier */
DB> +};
DB> +
DB> +/**
DB> +* _virNetwork:
DB> +*
DB> +* Internal structure associated to a storage volume
DB> +*/
...as does this.
DB> +
DB> +/**
DB> + * virStoragePoolGetConnect:
DB> + * @pool: pointer to a poool
DB> + *
DB> + * Provides the connection pointer associated with a storage poolk. The
^^^^^
Typo.
Don't you just hate completely superficial responses such as this
one? :)
--
Dan Smith
IBM Linux Technology Center
Open Hypervisor Team
email: [EMAIL PROTECTED]
pgprIPGyZyUz3.pgp
Description: PGP signature
-- Libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
