Fixed build without HTTP.
This commit is contained in:
parent
51690ebad6
commit
99e9073993
6 changed files with 58 additions and 13 deletions
|
@ -75,12 +75,16 @@ private:
|
|||
ONLINE_VERIFY
|
||||
};
|
||||
|
||||
void start();
|
||||
|
||||
# ifdef XMRIG_FEATURE_HTTP
|
||||
void createBench();
|
||||
void createHttpListener();
|
||||
void getBench();
|
||||
void setError(const char *message);
|
||||
void start();
|
||||
void startBench(const rapidjson::Value &value);
|
||||
void startVerify(const rapidjson::Value &value);
|
||||
# endif
|
||||
|
||||
IClientListener* m_listener;
|
||||
Job m_job;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue