commit | 940d6baa709ea74b96e16a1cc1afa06ed2218659 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sun Jun 26 09:19:46 2022 -0600 |
committer | Tom Tromey <tom@tromey.com> | Mon Jul 10 13:02:11 2023 -0600 |
tree | 5abcab32590963f5d4229c5a986f7a3ea634d82a | |
parent | d3a05ac8957b3e654f9f04aa7ae3a1bd24e496b7 [diff] |
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>