libvirt/src/vz
Michal Privoznik c8238579fb lib: Drop internal virXXXPtr typedefs
Historically, we declared pointer type to our types:

  typedef struct _virXXX virXXX;
  typedef virXXX *virXXXPtr;

But usefulness of such declaration is questionable, at best.
Unfortunately, we can't drop every such declaration - we have to
carry some over, because they are part of public API (e.g.
virDomainPtr). But for internal types - we can do drop them and
use what every other C project uses 'virXXX *'.

This change was generated by a very ugly shell script that
generated sed script which was then called over each file in the
repository. For the shell script refer to the cover letter:

https://listman.redhat.com/archives/libvir-list/2021-March/msg00537.html

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
2021-04-13 17:00:38 +02:00
..
meson.build build: Remove unused 'conflicts' key from virt_daemon_unit 2021-02-10 09:30:41 -07:00
virtvzd.init.in configure: Provide OpenRC scripts for sub-daemons 2019-12-16 10:11:22 +01:00
virtvzd.service.in systemd: Move timeout from service files to sysconf files 2020-04-03 11:50:50 +02:00
virtvzd.sysconf systemd: Move timeout from service files to sysconf files 2020-04-03 11:50:50 +02:00
vz_driver.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
vz_driver.h src/vz: use #pragma once in headers 2019-06-19 17:12:33 +02:00
vz_sdk.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
vz_sdk.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
vz_utils.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
vz_utils.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00