[Libvir] PATCH: 2/16: Internal driver API

Dan Smith danms at us.ibm.com
Tue Feb 12 18:41:54 UTC 2008


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: danms at us.ibm.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20080212/c45a3279/attachment-0001.sig>


More information about the libvir-list mailing list