mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 00:15:04 -05:00
Handle job notification.
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
#include <uv.h>
|
||||
|
||||
|
||||
#include "net/Job.h"
|
||||
|
||||
|
||||
class Url;
|
||||
class IClientListener;
|
||||
|
||||
@@ -81,6 +84,7 @@ private:
|
||||
IClientListener *m_listener;
|
||||
int64_t m_retries;
|
||||
int64_t m_sequence;
|
||||
Job m_job;
|
||||
size_t m_recvBufPos;
|
||||
SocketState m_state;
|
||||
struct addrinfo m_hints;
|
||||
|
||||
Reference in New Issue
Block a user