提交 0525ab1c 编写于 作者: L Li Yang 提交者: Ján Tomko

datatypes: Fix comment of secret uuid

Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
上级 747ed3e6
......@@ -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 */
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册