New upstream version 8.1.0
This commit is contained in:
13
storage/source/net/message/session/FSyncLocalFileMsgEx.h
Normal file
13
storage/source/net/message/session/FSyncLocalFileMsgEx.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <common/net/message/session/FSyncLocalFileMsg.h>
|
||||
|
||||
class FSyncLocalFileMsgEx : public FSyncLocalFileMsg
|
||||
{
|
||||
public:
|
||||
virtual bool processIncoming(ResponseContext& ctx);
|
||||
|
||||
private:
|
||||
FhgfsOpsErr fsync();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user