12 lines
240 B
C++
12 lines
240 B
C++
#pragma once
|
|
|
|
#include <common/net/message/nodes/StorageBenchControlMsg.h>
|
|
#include <common/Common.h>
|
|
|
|
class StorageBenchControlMsgEx: public StorageBenchControlMsg
|
|
{
|
|
public:
|
|
virtual bool processIncoming(ResponseContext& ctx);
|
|
};
|
|
|