New upstream version 8.1.0
This commit is contained in:
17
meta/source/net/message/storage/creating/RmDirEntryMsgEx.h
Normal file
17
meta/source/net/message/storage/creating/RmDirEntryMsgEx.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include <common/storage/StorageErrors.h>
|
||||
#include <common/net/message/storage/creating/RmDirEntryMsg.h>
|
||||
#include <storage/MetaStore.h>
|
||||
|
||||
// A repair operation, called from fhgfs-ctl
|
||||
|
||||
class RmDirEntryMsgEx : public RmDirEntryMsg
|
||||
{
|
||||
public:
|
||||
virtual bool processIncoming(ResponseContext& ctx);
|
||||
|
||||
private:
|
||||
FhgfsOpsErr rmDirEntry(EntryInfo* parentInfo, std::string& entryName);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user