Files @ 13533b1094bd
Branch filter:

Location: DistRen/etc/distrenslave.conf

LordOfWar
-removed TODO saying that we needed to add \"int type\" to framestruct, added comments about \"type\"
--In status_report_generator()--
-now starts scanning on jobs after the head job
-changed while statement to a for loop, much more reliable
-removed the setting of priority of the job to zero to say its complete, is useless since it is removed from the queue in the next statement.
-if the job has not been started, it is not scanned
-since queue is now a linked list, the total number of jobs simply equals the amount of times the for loop iterates which is counted by numjobs
1
2
3
4
5
6
7
8
slave
{
  username = "!username"
}

include("distrencommon.conf")

datadir = "/var/lib/distren"