job type
This commit is contained in:
@@ -273,6 +273,8 @@ long WrenchJobManagerList( CVars in, CVars &out){
|
||||
snprintf(vname, sizeof (vname), "created_%05d", i);
|
||||
out[vname] = rec["job_create_date"];
|
||||
|
||||
snprintf(vname, sizeof (vname), "job_type_%05d", i);
|
||||
out[vname] = rec["job_type"];
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user