From: Venky Shankar Date: Wed, 24 Sep 2025 09:15:31 +0000 (+0530) Subject: include/cephfs: fix build error X-Git-Tag: testing/wip-pdonnell-testing-20260323.122957-tentacle~523 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ab2206c17b9c03cb991f133fa954e0b307f5e19f;p=ceph-ci.git include/cephfs: fix build error Resolves: ISCE-2037 Signed-off-by: Venky Shankar --- diff --git a/src/include/cephfs/metrics/Types.h b/src/include/cephfs/metrics/Types.h index 7cb374103ed..bcf70a86f88 100644 --- a/src/include/cephfs/metrics/Types.h +++ b/src/include/cephfs/metrics/Types.h @@ -598,20 +598,6 @@ struct UnknownPayload : public ClientMetricPayloadBase { } }; -typedef boost::variant ClientMetricPayload; - /** * @brief Struct to hold single IO metric * To save the memory for clients with high number of subvolumes, the layout is as following: @@ -842,6 +828,20 @@ struct SubvolumeMetricsPayload : public ClientMetricPayloadBase { } }; +typedef boost::variant ClientMetricPayload; + // metric update message sent by clients struct ClientMetricMessage { public: