]> xenbits.xensource.com Git - libvirt.git/commitdiff
datatypes: Fix comment of secret uuid
authorLi Yang <liyang.fnst@cn.fujitsu.com>
Tue, 29 Apr 2014 02:10:19 +0000 (22:10 -0400)
committerJán Tomko <jtomko@redhat.com>
Mon, 5 May 2014 08:20:51 +0000 (10:20 +0200)
Signed-off-by: Li Yang <liyang.fnst@cn.fujitsu.com>
src/datatypes.h

index 9621c556c07b1af65049e94ff3a8ec73590c7ea3..3bc2420ddc065b3ca054bcd59e837e13cdf4fbcb 100644 (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 */
 };