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:
parent
747ed3e657
commit
0525ab1c8c
@ -469,7 +469,7 @@ struct _virNodeDevice {
|
|||||||
struct _virSecret {
|
struct _virSecret {
|
||||||
virObject object;
|
virObject object;
|
||||||
virConnectPtr conn; /* pointer back to the connection */
|
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 */
|
int usageType; /* the type of usage */
|
||||||
char *usageID; /* the usage's unique identifier */
|
char *usageID; /* the usage's unique identifier */
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user