From 0525ab1c8cba1b91be204ce1608e6f6b40e40aed Mon Sep 17 00:00:00 2001 From: Li Yang Date: Mon, 28 Apr 2014 22:10:19 -0400 Subject: [PATCH] datatypes: Fix comment of secret uuid Signed-off-by: Li Yang --- src/datatypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datatypes.h b/src/datatypes.h index 9621c556c0..3bc2420ddc 100644 --- a/src/datatypes.h +++ b/src/datatypes.h @@ -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 */ }; -- GitLab