1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

datatypes: Fix comment of secret uuid

Signed-off-by: Li Yang <liyang.fnst@cn.fujitsu.com>
This commit is contained in:
Li Yang 2014-04-28 22:10:19 -04:00 committed by Ján Tomko
parent 747ed3e657
commit 0525ab1c8c

View File

@ -469,7 +469,7 @@ struct _virNodeDevice {
struct _virSecret {
virObject object;
virConnectPtr conn; /* pointer back to the connection */
unsigned char uuid[VIR_UUID_BUFLEN]; /* the domain unique identifier */
unsigned char uuid[VIR_UUID_BUFLEN]; /* the secret unique identifier */
int usageType; /* the type of usage */
char *usageID; /* the usage's unique identifier */
};