libvirt/tools/wireshark/src
Michal Privoznik 607806f87f Fix const correctness
In many places we define a variable as a 'const char *' when in fact
we modify it just a few lines below. Or even free it. We should not do
that.

There's one exception though, in xenSessionFree() xenapi_utils.c. We
are freeing the xen_session structure which is defined in
xen/api/xen_common.h public header. The structure contains session_id
which is type of 'const char *' when in fact it should have been just
'char *'. So I'm leaving this unmodified, just noticing the fact in
comment.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2014-07-16 12:07:24 +02:00
..
Makefile.am tools/wireshark: fix rpm build 2014-07-08 09:30:45 +02:00
packet-libvirt.c Fix const correctness 2014-07-16 12:07:24 +02:00
packet-libvirt.h Fix const correctness 2014-07-16 12:07:24 +02:00