This series cleans up the libvirt-snmp codebase with some visual
(whitespaces) and semantic (memory leaks) cleanups.
Martin Kletzander (2):
cleanup: whitespaces removed from ends of lines
Stop event thread on server stop
autogen.sh | 4 +-
docs/libvirtMib_subagent.pod | 4 +-
src/LIBVIRT-MIB.txt | 4 +-
src/libvirtGuestTable-README-FIRST.txt | 6 +-
src/libvirtGuestTable-README-libvirtGuestTable.txt | 16 ++--
src/libvirtGuestTable.c | 16 ++--
src/libvirtGuestTable.h | 22 +++---
src/libvirtGuestTable_data_access.c | 8 +-
src/libvirtGuestTable_data_get.c | 8 +-
src/libvirtGuestTable_data_set.c | 22 +++---
src/libvirtGuestTable_enums.h | 24 +++---
src/libvirtGuestTable_interface.c | 82 ++++++++++----------
src/libvirtGuestTable_interface.h | 2 +-
src/libvirtGuestTable_oids.h | 20 +++---
src/libvirtMib_subagent.c | 22 +++---
src/libvirtSnmp.c | 20 +++++-
16 files changed, 150 insertions(+), 130 deletions(-)
--
1.7.8.6