start job api expire data

This commit is contained in:
2022-01-01 13:57:26 -05:00
parent f8b262ae54
commit 80d5044534
4 changed files with 10 additions and 7 deletions
+3
View File
@@ -672,6 +672,9 @@ long WrenchReturnStartJobList(CVars in, CVars &out) {
snprintf(vname, sizeof (vname), "description_%05d", i);
out[vname] = rec["description"];
snprintf(vname, sizeof (vname), "expire_%05d", i);
out[vname] = rec["expire"];
snprintf(vname, sizeof (vname), "id_%05d", i);
out[vname] = rec["job_id"];
}