Handle job notification.
This commit is contained in:
parent
1ecee56eb6
commit
4c06d8b080
5 changed files with 37 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue