(svn r26347) -Fix [FS#5898]: Make sure link graph jobs can delete themselves after SLA_NULL.
This commit is contained in:
@@ -48,9 +48,6 @@ protected:
|
||||
GraphList schedule; ///< Queue for new jobs.
|
||||
JobList running; ///< Currently running jobs.
|
||||
|
||||
void SpawnThread(LinkGraphJob *job);
|
||||
void JoinThread(LinkGraphJob *job);
|
||||
|
||||
public:
|
||||
/* This is a tick where not much else is happening, so a small lag might go unnoticed. */
|
||||
static const uint SPAWN_JOIN_TICK = 21; ///< Tick when jobs are spawned or joined every day.
|
||||
|
Reference in New Issue
Block a user