beegfs/meta/source/net/message/storage/mirroring/GetMetaResyncStatsMsgEx.h
2025-08-10 01:34:16 +02:00

11 lines
223 B
C++

#pragma once
#include <common/net/message/storage/mirroring/GetMetaResyncStatsMsg.h>
class GetMetaResyncStatsMsgEx : public GetMetaResyncStatsMsg
{
public:
virtual bool processIncoming(ResponseContext& ctx);
};