Move definition of ctf_target type
authorTom Tromey <tom@tromey.com>
Sun, 26 Jun 2022 15:19:46 +0000 (09:19 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 10 Jul 2023 19:02:11 +0000 (13:02 -0600)
commit940d6baa709ea74b96e16a1cc1afa06ed2218659
tree5abcab32590963f5d4229c5a986f7a3ea634d82a
parentd3a05ac8957b3e654f9f04aa7ae3a1bd24e496b7
Move definition of ctf_target type

This moves the definition of the ctf_target type into the
HAVE_LIBBABELTRACE block.  This type is only used in this block, so it
makes sense to only define it there.

Reviewed-by: Keith Seitz <keiths@redhat.com>
gdb/tracectf.c