1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-10-27 11:34:09 +03:00

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>
This commit is contained in:
Erik Skultety
2015-08-10 12:39:33 +02:00
parent 252610f7dd
commit 159a37f659
5 changed files with 10 additions and 9 deletions

View File

@@ -44,7 +44,7 @@
#include "libvirtd.h"
#include "libvirtd-config.h"
#include "admin_server.h"
#include "admin.h"
#include "viruuid.h"
#include "remote_driver.h"
#include "viralloc.h"