FOSSology  4.7.1
Open Source License Compliance by Open Source Software
stale_ctx Struct Reference

Context for collect_stale_jobs traversal: carries current time so each node can apply a per-job grace period without an extra pass. More...

Collaboration diagram for stale_ctx:
Collaboration graph

Public Attributes

GList * list
 Accumulates stale job_t pointers.
 
time_t now
 Current time snapshot for the traversal.
 

Detailed Description

Context for collect_stale_jobs traversal: carries current time so each node can apply a per-job grace period without an extra pass.

Definition at line 427 of file scheduler.c.


The documentation for this struct was generated from the following file: