jobs
for (i = 0; i < jobs; ++i) {
initbulk(void (*func)(bulk_t *bulk), int jobs)
if (jobs > MAXBULK)
jobs = MAXBULK;
BulkMaxJobs = jobs;
void initbulk(void (*func)(bulk_t *bulk), int jobs);
struct jobs *job;
struct jobs *jptr;
yppush_send_xfr(struct jobs *job)
struct jobs *job;
if ((job = (struct jobs *)malloc(sizeof (struct jobs))) == NULL) {
struct jobs *next;
static struct jobs *yppush_joblist; /* Linked list of running jobs. */