Re: [libvirt] [PATCH v2 4/9] admin: Move remote admin API version to a separate module

2015-11-03 Thread Martin Kletzander
On Fri, Oct 16, 2015 at 08:12:21PM +0200, Erik Skultety wrote: By moving the remote version into a separate module, we gain a slightly better maintainability in the long run than just by leaving it in one place with the existing libvirt-admin library which can start getting pretty messy later on.

[libvirt] [PATCH v2 4/9] admin: Move remote admin API version to a separate module

2015-10-16 Thread Erik Skultety
By moving the remote version into a separate module, we gain a slightly better maintainability in the long run than just by leaving it in one place with the existing libvirt-admin library which can start getting pretty messy later on. --- src/admin/admin_remote.c | 136