Revert changes in Api class, single threaded http server will not be included in 2.5 release.

This commit is contained in:
XMRig 2018-03-09 01:47:44 +07:00
parent 3e2863dca5
commit b662cb77a4
2 changed files with 14 additions and 3 deletions

View file

@ -4,7 +4,7 @@
* Copyright 2014 Lucas Jones <https://github.com/lucasjones>
* Copyright 2014-2016 Wolf9466 <https://github.com/OhGodAPet>
* Copyright 2016 Jay D Dee <jayddee246@gmail.com>
* Copyright 2016-2018 XMRig <support@xmrig.com>
* Copyright 2016-2017 XMRig <support@xmrig.com>
*
*
* This program is free software: you can redistribute it and/or modify
@ -45,6 +45,7 @@ public:
private:
static ApiState *m_state;
static uv_mutex_t m_mutex;
};
#endif /* __API_H__ */