qga: move declare of QGAConfig struct to top of file
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 12 Jul 2024 13:24:56 +0000 (14:24 +0100)
committerKonstantin Kostiuk <kkostiuk@redhat.com>
Fri, 19 Jul 2024 08:50:35 +0000 (11:50 +0300)
commit3390a0de58426ae323f4ac63bef0d44234e4fad5
tree8b5fe6e2d934254b39b69f31573228241e9bb282
parentb81837f0d37ab1e1ee718d6a356e88089ec604b5
qga: move declare of QGAConfig struct to top of file

It is referenced by QGAState already, and it is clearer to declare all
data types at the top of the file, rather than have them mixed with
code later.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Message-ID: <20240712132459.3974109-20-berrange@redhat.com>
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
qga/main.c