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

12 lines
273 B
C++

#pragma once
#include <common/net/message/storage/lookup/FindLinkOwnerMsg.h>
#include <common/net/message/storage/lookup/FindLinkOwnerRespMsg.h>
class FindLinkOwnerMsgEx : public FindLinkOwnerMsg
{
public:
virtual bool processIncoming(ResponseContext& ctx);
};