Add Job class.
This commit is contained in:
parent
26b8206332
commit
1ecee56eb6
5 changed files with 249 additions and 1 deletions
|
@ -58,6 +58,7 @@ public:
|
|||
private:
|
||||
constexpr static size_t kRecvBufSize = 4096;
|
||||
|
||||
bool parseJob(const json_t *params, int *code);
|
||||
bool parseLogin(const json_t *result, int *code);
|
||||
int resolve(const char *host);
|
||||
void close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue