[libvirt] [dbus PATCH] connect: fix gchar declaration in connect.h

Anya Harter posted 1 patch 5 years, 9 months ago
Failed in applying to current master (apply log)
src/connect.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [dbus PATCH] connect: fix gchar declaration in connect.h
Posted by Anya Harter 5 years, 9 months ago
so that gchar *nodeDevPath; line appears in alphabetical order with the
rest of the lines

Signed-off-by: Anya Harter <aharter@redhat.com>
---
 src/connect.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/connect.h b/src/connect.h
index b81b6a8..0b9ae10 100644
--- a/src/connect.h
+++ b/src/connect.h
@@ -12,9 +12,9 @@ struct virtDBusConnect {
     GDBusConnection *bus;
     const gchar *uri;
     const gchar *connectPath;
-    gchar *nodeDevPath;
     gchar *domainPath;
     gchar *networkPath;
+    gchar *nodeDevPath;
     gchar *nwfilterPath;
     gchar *secretPath;
     gchar *storagePoolPath;
-- 
2.17.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [dbus PATCH] connect: fix gchar declaration in connect.h
Posted by Pavel Hrdina 5 years, 9 months ago
On Thu, Jul 05, 2018 at 01:44:40PM -0400, Anya Harter wrote:
> so that gchar *nodeDevPath; line appears in alphabetical order with the
> rest of the lines
> 
> Signed-off-by: Anya Harter <aharter@redhat.com>
> ---
>  src/connect.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks pushed now.

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