]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tools: Cleanup packet-libvirt.h
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 8 Feb 2019 08:54:40 +0000 (09:54 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 12 Feb 2019 08:22:59 +0000 (09:22 +0100)
commitb76f4dec378096548da7f04f51145b86e66db755
tree6aff2de77348daf551b2b95d1dbd3e2ca2811d4c
parentb79885b7f7a520b34d991a4750d4b19080fb369f
tools: Cleanup packet-libvirt.h

Move the majority of the packet-libvirt.h content into
packet-libvirt.c and expose only register functions which are the
only ones that are not static.

The rationale behind is that packet-libvirt.h will be included
from packet.c and therefore the header file needs to be as clean
as possible.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
cfg.mk
tools/wireshark/src/packet-libvirt.c
tools/wireshark/src/packet-libvirt.h