[libvirt] [PATCH 4/6] admin: Move admin_server.{h, c} to admin.{h, c}

Martin Kletzander mkletzan at redhat.com
Tue Aug 11 08:24:39 UTC 2015


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 :)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20150811/4027e441/attachment-0001.sig>


More information about the libvir-list mailing list