mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-01 10:51:12 +00:00
5559a8b838
Rename linuxDomainInterfaceStats to virNetInterfaceStats in order to allow adding platform specific implementations without making consumer worrying about specific implementation to be used. Also, rename util/virstatslinux.c to util/virstats.c so placing other platform specific implementations into this file don't look unexpected from the file name.
13 lines
197 B
Plaintext
13 lines
197 B
Plaintext
#
|
|
# Linux-specific private symbols.
|
|
#
|
|
|
|
# nodeinfo.h
|
|
linuxNodeGetCPUStats;
|
|
linuxNodeInfoCPUPopulate;
|
|
|
|
# Let emacs know we want case-insensitive sorting
|
|
# Local Variables:
|
|
# sort-fold-case: t
|
|
# End:
|