mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 07:55:04 -05:00
libjansson replaced to rapidjson.
Sync changes with proxy.
This commit is contained in:
@@ -39,13 +39,12 @@ public:
|
||||
static bool start();
|
||||
static void release();
|
||||
|
||||
static const char *get(const char *url, size_t *size, int *status);
|
||||
static char *get(const char *url, int *status);
|
||||
static void tick(const Hashrate *hashrate);
|
||||
static void tick(const NetworkState &results);
|
||||
|
||||
private:
|
||||
static ApiState *m_state;
|
||||
static char m_buf[4096];
|
||||
static uv_mutex_t m_mutex;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user