]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
admin: Move remote admin API version to a separate module
authorErik Skultety <eskultet@redhat.com>
Thu, 15 Oct 2015 12:48:58 +0000 (14:48 +0200)
committerErik Skultety <eskultet@redhat.com>
Mon, 30 Nov 2015 08:44:28 +0000 (09:44 +0100)
commitb86cf8821bc7f7d1f039b87784a6d6c0f453462f
treeb011bfd93d1f01c689803d8a91eebbd5338e94c3
parent47a089f06c569d2a24eee239e92ab9966f06b1a7
admin: Move remote admin API version to a separate module

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 [new file with mode: 0644]
src/libvirt-admin.c