libjansson replaced to rapidjson.

Sync changes with proxy.
This commit is contained in:
XMRig 2017-10-04 23:33:30 +03:00
parent 4cf3bb9930
commit af51513614
78 changed files with 15550 additions and 6420 deletions

View file

@ -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;
};