]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix compilation warning on -Wmismatched-tags.
authorRadosław Korzeniewski <radoslaw@korzeniewski.net>
Wed, 1 Sep 2021 11:46:39 +0000 (13:46 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:02 +0000 (09:03 +0100)
bacula/src/filed/fd_plugins.h

index 63d3edf25e5cb166041a668f1c0cfc039e9a0c3d..317324fbefd23c023c8bd9f5d7b1ceeabb42d70d 100644 (file)
@@ -133,7 +133,7 @@ enum metadata_type {
  * This class is used to store single plugin's metadata packet along with providing some
  * helper methods (e.g. for serialization of the data so that it can be send to the sd).
 */
-class meta_pkt: public SMARTALLOC {
+struct meta_pkt: public SMARTALLOC {
    private:
       bool decoded;              /* Was metadata packed decoded from serialized stream or not */