libvirt/src/libvirt_linux.syms
Roman Bogorodskiy 5559a8b838 util: virstatslinux: make more generic
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.
2014-07-15 22:00:59 +04:00

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: