beegfs/fsck/source/net/message/nodes/HeartbeatMsgEx.h
2025-08-10 01:34:16 +02:00

16 lines
299 B
C++

#ifndef HEARTBEATMSGEX_H_
#define HEARTBEATMSGEX_H_
#include <common/net/message/nodes/HeartbeatMsg.h>
class HeartbeatMsgEx : public HeartbeatMsg
{
public:
virtual bool processIncoming(ResponseContext& ctx);
private:
void processIncomingRoot();
};
#endif /*HEARTBEATMSGEX_H_*/