mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-14 18:42:39 -05:00
Added HttpClient class.
This commit is contained in:
@@ -29,13 +29,13 @@
|
||||
namespace xmrig {
|
||||
|
||||
|
||||
template<typename T>
|
||||
template<typename REQ>
|
||||
class Baton
|
||||
{
|
||||
public:
|
||||
inline Baton() { req.data = this; }
|
||||
|
||||
T req;
|
||||
REQ req;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user