mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 16:05:05 -05:00
Fixed build without HTTP.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user