#pragma once #include #include #include // 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); };