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

13 lines
247 B
C++

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