]> git.ipfire.org Git - thirdparty/libvirt.git/commit
admin: Move admin_server.{h,c} to admin.{h,c}
authorErik Skultety <eskultet@redhat.com>
Mon, 10 Aug 2015 10:39:33 +0000 (12:39 +0200)
committerErik Skultety <eskultet@redhat.com>
Wed, 17 Feb 2016 11:46:34 +0000 (12:46 +0100)
commit159a37f6594a7ca7cd756327a8b6435b07cdeb9d
tree7b022ef33872e6c2a2cb2d4524e6017837ee24e3
parent252610f7dd1fcec577309c548fed4a96a7777b3f
admin: Move admin_server.{h,c} to admin.{h,c}

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.

Best viewed with -M.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
daemon/Makefile.am
daemon/admin.c [moved from daemon/admin_server.c with 96% similarity]
daemon/admin.h [moved from daemon/admin_server.h with 92% similarity]
daemon/libvirtd.c
po/POTFILES.in