mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
Move virNetwork related APIs out of libvirt.c
Introduce a src/libvirt-network.c file to hold all the methods related to the virNetwork type.
This commit is contained in:
parent
62cf32d0c9
commit
4e00b6bc6a
@ -25,6 +25,7 @@ included_files = {
|
||||
"virterror.h": "header with error specific API definitions",
|
||||
"libvirt.c": "Main interfaces for the libvirt library",
|
||||
"libvirt-domain-snapshot.c": "Domain snapshot interfaces for the libvirt library",
|
||||
"libvirt-network.c": "Network interfaces for the libvirt library",
|
||||
"virerror.c": "implements error handling and reporting code for libvirt",
|
||||
"virevent.c": "event loop for monitoring file handles",
|
||||
"virtypedparam.c": "virTypedParameters APIs",
|
||||
|
@ -59,6 +59,7 @@ src/internal.h
|
||||
src/libvirt.c
|
||||
src/libvirt-domain-snapshot.c
|
||||
src/libvirt-lxc.c
|
||||
src/libvirt-network.c
|
||||
src/libvirt-qemu.c
|
||||
src/locking/lock_daemon.c
|
||||
src/locking/lock_daemon_config.c
|
||||
|
@ -190,6 +190,7 @@ DRIVER_SOURCES = \
|
||||
$(NODE_INFO_SOURCES) \
|
||||
libvirt.c libvirt_internal.h \
|
||||
libvirt-domain-snapshot.c \
|
||||
libvirt-network.c \
|
||||
locking/lock_manager.c locking/lock_manager.h \
|
||||
locking/lock_driver.h \
|
||||
locking/lock_driver_nop.h locking/lock_driver_nop.c \
|
||||
@ -2188,6 +2189,7 @@ libvirt_setuid_rpc_client_la_SOURCES = \
|
||||
datatypes.c \
|
||||
libvirt.c \
|
||||
libvirt-domain-snapshot.c \
|
||||
libvirt-network.c \
|
||||
libvirt-lxc.c \
|
||||
$(NULL)
|
||||
|
||||
|
1251
src/libvirt-network.c
Normal file
1251
src/libvirt-network.c
Normal file
File diff suppressed because it is too large
Load Diff
1221
src/libvirt.c
1221
src/libvirt.c
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user