[PATCH 1/7] virConnect: Update comment for @privateData

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This member allows us to store a pointer to some private data.
However, the comment says it's used in both domain driver and
network driver. Well, it is not. It's just one pointer and domain
driver uses it directly. Network driver has a global driver
variable. Update the comment to not confuse others.

Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>
---
 src/datatypes.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/datatypes.h b/src/datatypes.h
index 288e057cc..8a0399cd0 100644
--- a/src/datatypes.h
+++ b/src/datatypes.h
@@ -472,8 +472,8 @@ struct _virConnect {
     virSecretDriverPtr secretDriver;
     virNWFilterDriverPtr nwfilterDriver;
 
-    /* Private data pointer which can be used by driver and
-     * network driver as they wish.
+    /* Private data pointer which can be used by domain driver as
+     * it pleases.
      * NB: 'private' is a reserved word in C++.
      */
     void *            privateData;
-- 
2.13.0

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]
  Powered by Linux