On Tue, Aug 11, 2015 at 09:58:59AM +0200, Erik Skultety wrote:
This change is merely because admin_server would contain all the code from dispatchers and helpers to the actual APIs. Admin should have similar structure to the daemon-side remote driver - dispatchers and helpers in a separate module, APIs in a separate module. --- daemon/Makefile.am | 4 +- daemon/admin.c | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++ daemon/admin.h | 36 ++++++++++++++++ daemon/admin_server.c | 117 -------------------------------------------------- daemon/admin_server.h | 36 ---------------- daemon/libvirtd.c | 4 +- po/POTFILES.in | 2 +- 7 files changed, 158 insertions(+), 158 deletions(-) create mode 100644 daemon/admin.c create mode 100644 daemon/admin.h delete mode 100644 daemon/admin_server.c delete mode 100644 daemon/admin_server.h
Either rename these with 'git mv', format the patch with -M or at least note in the commit message that this is best viewed with -M. Or all of those together :)
Attachment:
signature.asc
Description: PGP signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list