jansson: Read time header mutation parameters

This commit is contained in:
Luke Dashjr
2014-09-02 17:17:52 +00:00
parent f58db44275
commit 47fa1ce9fb

View File

@@ -201,6 +201,10 @@ const char *blktmpl_add_jansson(blktemplate_t *tmpl, const json_t *json, time_t
GETSTR(workid, workid);
GETNUM_O(expires);
GETNUM_O(maxtime);
GETNUM_O(maxtimeoff);
GETNUM_O(mintime);
GETNUM_O(mintimeoff);
GETSTR(longpollid, lp.id);
GETSTR(longpolluri, lp.uri);